interface KeyValue<K,V>
A higher-kind utility type providing access to a key type K and value type V.
Implemented by: BiMap.Types, BiMultiMapBase.Types, VariantMultiMapBase.Types, VariantMapBase.Types
Type parameters
| Name | Default | Description |
|---|---|---|
| K | unknown | undocumented |
| V | unknown | undocumented |