Matrix.column_t

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

Meta