interface RMapBase.Types
Utility interface that provides higher-kinded types for this collection.
Extends: VariantMapBase.Types
Implemented by: OrderedMapBase.Types
, SortedMap.Types
, RMap.Types
Properties
_K
The key type.
_K
_V
The value type.
_V
builder
undocumented
builder
Definition
readonly builder:
RMapBase.Builder
<this['_K'], this['_V']>;
context
undocumented
context
Definition
readonly context:
RMapBase.Context
<this['_K']>;
nonEmpty
undocumented
nonEmpty
normal
undocumented
normal