Matrix.type

struct Matrix(T, ubyte R, ubyte C = R)
alias type = T

Meta