Tests variable to be a matrix.
t { auto v = Matrix2i (1, 2, 3, 4); auto i = 3; assert (isMatrix!v); assert (!isMatrix!i
See Implementation
Tests variable to be a matrix.