AsRows

Numbered Rows

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

Meta