package @rimbu/collection-types/map
The @rimbu/collection-types/map package provides interfaces for the variant VariantMap and generic RMap types.
See the Rimbu docs Map page
Interfaces
| Name | Description |
|---|---|
RMap<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 RMap API documentation |
VariantMap<K,V> | A type-variant 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 VariantMap API documentation |
Namespaces
| Name | Description |
|---|---|
RMap | 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 RMap API documentation |
VariantMap | A type-variant 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 VariantMap API documentation |