AsRow

Table Row.

@safe pure nothrow @nogc
struct AsRow (
T...
) {
T args;
}

Meta