Matrix.order

struct Matrix(T, ubyte R, ubyte C = R)
enum order = 0;

Meta