package @rimbu/sorted/set
The @rimbu/sorted/set package provides SortedSet implementations.
See the Rimbu docs Set page for more information.
Interfaces
| Name | Description |
|---|---|
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
| Name | Description |
|---|---|
SortedSet | 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 |