Mat.RowSeq

Alias to a type sequence holding all rows

struct Mat(T, size_t R, size_t C)
alias RowSeq = Repeat!(rowLength, Row)

Meta