package @rimbu/collection-types/map-custom
undocumented
Interfaces
| Name | Description |
|---|---|
Elem<T> | A higher-kind utility type providing access to the element type T. |
KeyValue<K,V> | A higher-kind utility type providing access to a key type K and value type V. |
RMapBase<K,V,Tp> | undocumented |
Row<R,C,V> | A higher-kind utility type providing access to a row type R, a column type C, and a value type V. |
VariantMapBase<K,V,Tp> | undocumented |
Namespaces
| Name | Description |
|---|---|
RMapBase | undocumented |
VariantMapBase | undocumented |
Classes
| Name | Description |
|---|---|
EmptyBase | undocumented |
NonEmptyBase | undocumented |