@rimbu/hashedHashMap (namespace)HashMap.Context<UK>On this pageinterface HashMap.Context<UK>A context instance for a HashMap that acts as a factory for every instance of this type of collection.Type parametersNameDescriptionUKthe upper key type bound for which the context can be usedPropertieseqAn Eq instance used to check key equivalence.Definitionreadonly eq: Eq<UK>;hasherA Hasher instance used to hash the map keys.Definitionreadonly hasher: Hasher<UK>;typeTagundocumentedDefinitionreadonly typeTag: 'HashMap';