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