Enum member isMat2

Check whether M is 2x2 matrix

enum isMat2(M) = isMat!(2, 2, M);