Skip to main content

namespace VariantMap

A type-variant immutable Map of key type K, and value type V. In the Map, each key has exactly one value, and the Map cannot contain duplicate keys. See the Map documentation and the VariantMap API documentation

Companion interface: VariantMap<K,V>

Interfaces

NameDescription
VariantMap.NonEmpty<K,V>A non-empty type-variant Map of key type K, and value type V. In the Map, each key has exactly one value, and the Map cannot contain duplicate keys. See the Map documentation and the VariantMap API documentation
VariantMap.TypesUtility interface that provides higher-kinded types for this collection.