interface VariantMapBase.Types
Utility interface that provides higher-kinded types for this collection.
Extends: KeyValue<K,V>
Implemented by: RMapBase.Types
Properties
_K
The key type.
_K_V
The value type.
_VnonEmpty
undocumented
nonEmptyDefinition
readonly nonEmpty: VariantMapBase.NonEmpty<this['_K'], this['_V']>;
normal
undocumented
normalDefinition
readonly normal: VariantMapBase<this['_K'], this['_V']>;