@rimbu/bimapBiMap (namespace)BiMap.TypesOn this pageinterface BiMap.TypesUtility interface that provides higher-kinded types for this collection.Extends: KeyValue<K,V>Properties_KThe key type.Definitionreadonly _K: K;OverridesKeyValue._K_VThe value type.Definitionreadonly _V: V;OverridesKeyValue._VnonEmptyThe 'non-empty' collection type (higher-kinded type).Definitionreadonly nonEmpty: BiMap.NonEmpty<this['_K'], this['_V']>;normalThe 'normal' collection type (higher-kinded type).Definitionreadonly normal: BiMap<this['_K'], this['_V']>;