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