TableConfig Type
Represents the output configuration for a table. This is useful for formatting the output of console applications as we often align texts in a table-like shape.
Record fields
| Record Field |
Description
|
Full Usage:
ColumnGap
Field type: int
Modifiers: mutable |
The number of spaces between columns.
|
|
Format of each column.
|
Full Usage:
Indentation
Field type: int
Modifiers: mutable |
The number of spaces to indent the table.
|
Instance members
| Instance member |
Description
|
|
|
|
Renders a row of the table using the given renderer function.
|
|
Renders a row of the table using the given renderer function.
|
Static members
| Static member |
Description
|
|
Returns the default table configuration with two columns.
|
B2R2