Matrix.Row

Row number of this matrix type

struct Matrix(T, uint U, uint V)
enum Row = U;

Meta