package @rimbu/sorted/map
The @rimbu/sorted/map package provides SortedMap implementations.
See the Rimbu docs Map page for more information.
Interfaces
| Name | Description |
|---|---|
SortedMap<K,V> | A type-invariant immutable Map of key type K, and value type V. In the Map, each key has exactly one value, and the Map cannot contain duplicate keys. See the Map documentation and the SortedMap API documentation |
Namespaces
| Name | Description |
|---|---|
SortedMap | A type-invariant immutable Map of key type K, and value type V. In the Map, each key has exactly one value, and the Map cannot contain duplicate keys. See the Map documentation and the SortedMap API documentation |