Matrix.row_t

Undocumented in source.
struct Matrix(T, int R, int C)
alias row_t = Vector!(T, C)

Meta