package @rimbu/ordered/set
The @rimbu/ordered/set
package provides various OrderedSet
implementations.
See the Rimbu docs Set page for more information.
Interfaces
Name | Description |
---|---|
OrderedHashSet<T> | A type-invariant immutable Ordered HashSet of value type T. In the Set, there are no duplicate values. See the Set documentation and the OrderedHashSet API documentation |
OrderedSet<T> | A type-invariant immutable Ordered Set of value type T. In the Set, there are no duplicate values. See the Set documentation and the OrderedSet API documentation |
OrderedSortedSet<T> | A type-invariant immutable Ordered SortedSet of value type T. In the Set, there are no duplicate values. See the Set documentation and the OrderedSortedSet API documentation |
Namespaces
Name | Description |
---|---|
OrderedHashSet | A type-invariant immutable Ordered HashSet of value type T. In the Set, there are no duplicate values. See the Set documentation and the OrderedHashSet API documentation |
OrderedSet | A type-invariant immutable Ordered Set of value type T. In the Set, there are no duplicate values. See the Set documentation and the OrderedSet API documentation |
OrderedSortedSet | A type-invariant immutable Ordered SortedSet of value type T. In the Set, there are no duplicate values. See the Set documentation and the OrderedSortedSet API documentation |