Skip to main content

package @rimbu/hashed/map

The @rimbu/hashed/map package provides the HashMap implementation.

See the Rimbu docs Map page for more information.

Interfaces

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

Namespaces

NameDescription
HashMapA 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 HashMap API documentation