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