Build an augmented matrix (add oth to the right of this matrix)
immutable m = IMat2(4, 5, 6, 8); assert( m ~ IMat2.identity == IMat2x4(4, 5, 1, 0, 6, 8, 0, 1));
See Implementation
Build an augmented matrix (add oth to the right of this matrix)