Table

Undocumented in source.

Constructors

this
this(Row heading)
Undocumented in source.

Members

Aliases

Row
alias Row = string[columnsNr]
Undocumented in source.

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
heading
void heading(Row r)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(Row r)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(Writer w, FormatSpec!Char fmt)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

columnWidth
ulong[columnsNr] columnWidth;
Undocumented in source.
heading_
Row heading_;
Undocumented in source.
rows
Row[] rows;
Undocumented in source.

Meta