Expand description
Set utility functions optimized for performance. This code is hot, so it’s optimized for speed.
Functions§
- difference
- Returns the difference of two sets (elements in
abut not inb). - every
- Returns true if every element in
ais also inb. - intersects
- Returns true if sets intersect (have any common elements).
- union
- Returns the union of two sets.