Immutable set that uses a keyString
function to determine uniqueness
Creates a ISetMutable.
MassiveSet supports semantics similar to Set, but without the limitation on how much data is stored.
A Set which stores unique items determined by their value, rather than object reference (unlike the default JS Set). Create with Sets.mutable. Immutable.
Mutable string set
Sets store unique items.