package @rimbu/proximity/map
The @rimbu/proximity/map package provides the ProximityMap implementation.
See the Rimbu docs Map page for more information.
Interfaces
| Name | Description |
|---|---|
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
| Name | Description |
|---|---|
ProximityMap | 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 |
Constants
| Name | Description |
|---|---|
| ProximityMap | undocumented |