Span

Row/Column/... Span.

@safe pure nothrow @nogc
struct Span (
T...
) {
uint _span;
T args;
}

Meta