AsTable

Table. TODO Should asTable autowrap args AsRows when needed?

@safe pure nothrow @nogc
struct AsTable (
T...
) {
string border;
RowNr rowNr;
bool recurseFlag;
T args;
}

Meta