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
Name | Description |
---|---|
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
Name | Description |
---|---|
RSet | 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 | 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 |