Mat.Column

The matrix columns type.

struct Mat(T, size_t R, size_t C)
alias Column = Vec!(T, rowLength)

Meta