A garbage collected implementation of a hash set.
Because this type is a struct, it can never be null.
A HashSet is an OutputRange.
Add an element to this set if needed.
Provide the 'in' operator for sets.
Remove an element from this set if present.
See Implementation
A garbage collected implementation of a hash set.
Because this type is a struct, it can never be null.