Matrix.column_t

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

Meta