interface Row<R,C,V>
A higher-kind utility type providing access to a row type R, a column type C, and a value type V.
Implemented by: VariantTableBase.Types
Type parameters
| Name | Default | Description |
|---|---|---|
| R | unknown | undocumented |
| C | unknown | undocumented |
| V | unknown | undocumented |