Matrix.ColumnType

struct Matrix(T, ubyte R, ubyte C = R)
alias ColumnType = Vector!(T, R)

Meta