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