Skip to main content

package @rimbu/sorted/set

The @rimbu/sorted/set package provides SortedSet implementations.

See the Rimbu docs Set page for more information.

Interfaces

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

Namespaces

NameDescription
SortedSetA type-invariant immutable Set of value type T. In the Set, there are no duplicate values. See the Set documentation and the SortedSet API documentation