Matrix.columnCount

struct Matrix(T, ubyte R, ubyte C = R, MatrixOrder O = CurrentMatrixOrder)
enum columnCount = C;

Meta