Matrix.VectorType

Undocumented in source.
struct Matrix(T, int RowSize, int ColSize)
alias VectorType = armos.math.Vector!(T, ColSize)

Meta