Matrix.column

struct Matrix(T, ubyte R, ubyte C = R, MatrixOrder O = CurrentMatrixOrder)
pure nothrow const @safe @nogc
static if(O == MatrixOrder.RowMajor)
column
(
int j
)
if (
R >= 2 &&
R <= 4
&&
C >= 2
&&
C <= 4
)

Meta