interface OrderedMap.Types
Utility interface that provides higher-kinded types for this collection.
Properties
builder
undocumented
builder
Definition
readonly builder:
OrderedMap.Builder
<this['_K'], this['_V']>;
context
undocumented
context
Definition
readonly context:
OrderedMap.Context
<this['_K']>;
nonEmpty
undocumented
nonEmpty
Definition
readonly nonEmpty:
OrderedMap.NonEmpty
<this['_K'], this['_V']>;
normal
undocumented
normal
Definition
readonly normal:
OrderedMap
<this['_K'], this['_V']>;
sourceContext
undocumented
sourceContext
Definition
readonly sourceContext:
RMap.Context
<this['_K']>;
sourceMapNonEmpty
undocumented
sourceMapNonEmpty
Definition
readonly sourceMapNonEmpty:
RMap.NonEmpty
<this['_K'], this['_V']>;