AsciiTable

Build your table and later format it

Constructors

this
this(size_t nrOfColumns)

create a new asciitable

Members

Functions

format
Formatter format()

create formatter to fine tune tabular presentation

header
auto header()
Undocumented in source. Be warned that the author may not have intended to support it.
row
auto row()

Open a row

Variables

nrOfColumns
size_t nrOfColumns;
Undocumented in source.
rows
Row[] rows;
Undocumented in source.

Meta