The current state of Sets in Drasil #3944
NoahCardoso
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, in Drasil you can use
setRemove
,setAdd
and check if an element is part of a set. HoweversetUnion
is not fully implemented, there may be a gap between the binary operation of union in lang and gool set union. Also, union in C++ does not work. As of writing thissetAdd
,setUnion
andsetRemove
are just part of a #3939 and not inmain
.Beta Was this translation helpful? Give feedback.
All reactions