Matrix.isSquare

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

Meta