Matrix._VectorType

Undocumented in source.
struct Matrix(T, uint Rows, uint Columns)
alias _VectorType = Vector!(T, Rows)

Meta