| Delete |
Removes an element from a set.
|
| Difference |
Computes the set difference.
|
| Empty |
Creates an empty set.
|
| FromList |
Creates a set from a list of elements.
|
| Insert |
Adds an element to a set.
|
| Intersection |
Computes the intersection of two sets.
|
| IsEmpty |
Checks if a set is empty.
|
| Map |
Maps a function over all elements in a set.
|
| Member |
Checks if an element is in a set.
|
| Null |
Checks if a set is empty (null check).
|
| Singleton |
Creates a singleton set containing a single element.
|
| Size |
Returns the number of elements in a set.
|
| ToList |
Converts a set to a list of elements.
|
| Union |
Computes the union of two sets.
|
| Unions |
Computes the union of multiple sets.
|