Matrix.column_t

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

Meta