interface VariantSetBase.Types
Utility interface that provides higher-kinded types for this collection.
Extends: Elem<T>
Implemented by: RSetBase.Types
Properties
nonEmpty
undocumented
nonEmptyDefinition
readonly nonEmpty: VariantSetBase.NonEmpty<this['_T']>;
normal
undocumented
normalDefinition
readonly normal: VariantSetBase<this['_T']>;