Matrix.column

struct Matrix(T, ubyte R, ubyte C = R)
const
column
(
int j
)
if (
R >= 2 &&
R <= 4
&&
C >= 2
&&
C <= 4
)

Meta