@rimbu/hashed@rimbu/hashed/mapHashMap (namespace)HashMap.TypesOn this pageinterface HashMap.TypesUtility interface that provides higher-kinded types for this collection.Extends: RMap.TypesProperties_KThe key type.Definitionreadonly _K: K;OverridesKeyValue._K_VThe value type.Definitionreadonly _V: V;OverridesKeyValue._VbuilderundocumentedDefinitionreadonly builder: HashMap.Builder<this['_K'], this['_V']>;OverridesTypes.buildercontextundocumentedDefinitionreadonly context: HashMap.Context<this['_K']>;OverridesTypes.contextnonEmptyundocumentedDefinitionreadonly nonEmpty: HashMap.NonEmpty<this['_K'], this['_V']>;OverridesTypes.nonEmptynormalundocumentedDefinitionreadonly normal: HashMap<this['_K'], this['_V']>;OverridesTypes.normal