Matrix.columnCount

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

Meta