interface VariantSet.Types
Utility interface that provides higher-kinded types for this collection.
Properties
nonEmpty
undocumented
nonEmpty
Definition
readonly nonEmpty:
VariantSet.NonEmpty
<this['_T']>;
normal
undocumented
normal
Definition
readonly normal:
VariantSet
<this['_T']>;