Constructor.
Constructor. Sets the number of columns in the table.
Convenience alias, allows the Cell struct to be accessed from the outside as Table.Cell.
Alias for a console outputter (basically Stdout / Stderr)
Row
Gets the current row in the table.
Displays the table to the specified output.
Gets the first row in the table.
Init method. Must be called before any other methods are used.
Gets the next row in the table, adding a new row if the current row is currently the last.
Table