Skip to main content

interface HashMap.Context<UK>

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

Type parameters

NameDescription
UKthe upper key type bound for which the context can be used

Properties

eq

An Eq instance used to check key equivalence.

Definition

readonly eq: Eq<UK>;

hasher

A Hasher instance used to hash the map keys.

Definition

readonly hasher: Hasher<UK>;

typeTag

undocumented

Definition

readonly typeTag: 'HashMap';