Skip to main content

package @rimbu/collection-types/set

The @rimbu/collection-types/set package provides interfaces for the variant VariantSet and generic RSet types. See Rimbu docs Set page for more information.

Interfaces

NameDescription
RSet<T>A type-invariant immutable Set of value type T. In the Set, there are no duplicate values. See the Set documentation and the RSet API documentation
VariantSet<T>A type-variant immutable Set of value type T. In the Set, there are no duplicate values. See the Set documentation and the VariantSet API documentation

Namespaces

NameDescription
RSetA type-invariant immutable Set of value type T. In the Set, there are no duplicate values. See the Set documentation and the RSet API documentation
VariantSetA type-variant immutable Set of value type T. In the Set, there are no duplicate values. See the Set documentation and the VariantSet API documentation