Skip to main content

interface HashSet.Context<UT>

A context instance for a HashSet that acts as a factory for every instance of this type of collection.

Type parameters

NameDescription
UTthe upper value bound for which the context can be used

Properties

eq

An Eq instance used to check value equivalence.

Definition

readonly eq: Eq<UT>;

hasher

A Hasher instance used to hash the values.

Definition

readonly hasher: Hasher<UT>;

typeTag

undocumented

Definition

readonly typeTag: 'HashSet';