HashSet is an immutable hash-based set data structure.
Type Definition
Constructors
empty
Creates an emptyHashSet.
make
Creates aHashSet from values.
fromIterable
Creates aHashSet from an iterable.
Operations
add
Adds an element to aHashSet.
has
Checks if an element exists in aHashSet.
remove
Removes an element from aHashSet.