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