AsTable

Table. TODO: Should asTable autowrap args AsRows when needed?

pure nothrow @safe @nogc
struct AsTable (
T...
) {}

Members

Variables

args
T args;
Undocumented in source.
border
string border;
Undocumented in source.
recurseFlag
bool recurseFlag;
Undocumented in source.
rowNr
RowNr rowNr;
Undocumented in source.

Meta