Class AsciiTable

Build your table and later format it

class AsciiTable ;

Constructors

NameDescription
this (nrOfColumns) create a new asciitable

Fields

NameTypeDescription
nrOfColumns ulong
rows Row[]

Methods

NameDescription
format () create formatter to fine tune tabular presentation
header ()
row () Open a row
add (row)