namespace VariantSet
A type-variant immutable Set of value type T. In the Set, there are no duplicate values. See the Set documentation and the VariantSet API documentation
Companion interface: VariantSet<T>
Interfaces
| Name | Description | 
|---|---|
VariantSet.NonEmpty<T> | A non-empty type-variant immutable Set of value type T. In the Set, there are no duplicate values. See the Set documentation and the VariantSet API documentation | 
VariantSet.Types | Utility interface that provides higher-kinded types for this collection. |