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