ixfx
    Preparing search index...

    Namespace Sets

    Sets store unique items.

    Functions

    immutable

    Immutable set that uses a keyString function to determine uniqueness

    mutable

    Creates a ISetMutable.

    Classes

    MassiveSet

    MassiveSet supports semantics similar to Set, but without the limitation on how much data is stored.

    SetStringImmutable

    A Set which stores unique items determined by their value, rather than object reference (unlike the default JS Set). Create with Sets.mutable. Immutable.

    SetStringMutable

    Mutable string set

    References

    ISetImmutable → ISetImmutable
    ISetMutable → ISetMutable
    ValueSetEventMap → ValueSetEventMap