Skip to main content

package @rimbu/proximity/map

The @rimbu/proximity/map package provides the ProximityMap implementation.

See the Rimbu docs Map page for more information.

Interfaces

NameDescription
ProximityMap<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 ProximityMap API documentation

Namespaces

NameDescription
ProximityMapA 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 ProximityMap API documentation

Constants

NameDescription
ProximityMapundocumented