Mat.Row

The matrix rows type.

struct Mat(T, size_t R, size_t C)
alias Row = Vec!(T, columnLength)

Meta