interface HashMap.Types
Utility interface that provides higher-kinded types for this collection.
Properties
builder
undocumented
builderDefinition
readonly builder: HashMap.Builder<this['_K'], this['_V']>;
context
undocumented
contextDefinition
readonly context: HashMap.Context<this['_K']>;
nonEmpty
undocumented
nonEmptyDefinition
readonly nonEmpty: HashMap.NonEmpty<this['_K'], this['_V']>;