Matrix.row_t

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

Meta