@rimbu/hashedHashSet (namespace)HashSet.Context<UT>On this pageinterface HashSet.Context<UT>A context instance for a HashSet that acts as a factory for every instance of this type of collection.Type parametersNameDescriptionUTthe upper value bound for which the context can be usedPropertieseqAn Eq instance used to check value equivalence.Definitionreadonly eq: Eq<UT>;hasherA Hasher instance used to hash the values.Definitionreadonly hasher: Hasher<UT>;typeTagundocumentedDefinitionreadonly typeTag: 'HashSet';