Matrix.RowType

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

Meta