interface VariantMultiMap.Types
Utility interface that provides higher-kinded types for this collection.
Extends: VariantMultiMapBase.Types
Properties
_K
The key type.
_K
_V
The value type.
_V
keyMap
undocumented
keyMap
keyMapNonEmpty
undocumented
keyMapNonEmpty
Definition
readonly keyMapNonEmpty:
VariantMap.NonEmpty
<this['_K'],
VariantSet.NonEmpty
<this['_V']>>;
Overrides
keyMapValues
undocumented
keyMapValues
keyMapValuesNonEmpty
undocumented
keyMapValuesNonEmpty
nonEmpty
undocumented
nonEmpty
normal
undocumented
normal