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.
_VnonEmpty
The 'non-empty' collection type (higher-kinded type).
nonEmptyDefinition
readonly nonEmpty: BiMap.NonEmpty<this['_K'], this['_V']>;