interface BiMap.Types
Utility interface that provides higher-kinded types for this collection.
Extends: KeyValue<K,V>
Properties
_K
The key type.
_K
_V
The value type.
_V
nonEmpty
The 'non-empty' collection type (higher-kinded type).
nonEmpty
Definition
readonly nonEmpty:
BiMap.NonEmpty
<this['_K'], this['_V']>;