interface VariantTable.Types
Utility interface that provides higher-kinded types for this collection.
Properties
nonEmpty
undocumented
nonEmpty
Definition
readonly nonEmpty:
VariantTable.NonEmpty
<this['_R'], this['_C'], this['_V']>;
normal
undocumented
normal
Definition
readonly normal:
VariantTable
<this['_R'], this['_C'], this['_V']>;