Matrix.isSquare

Is matrix square (W == H)

struct Matrix(T, size_t H, size_t W)
enum bool isSquare;

Meta