Skip to main content

package @rimbu/sorted/map

The @rimbu/sorted/map package provides SortedMap implementations.

See the Rimbu docs Map page for more information.

Interfaces

NameDescription
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

NameDescription
SortedMapA 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