Performs a bitwise complement of integer.
Elemental function
Same as I.
The result has the value obtained by complementing I bit-by-bit according to the following table:
ith bit ith bit of I of NOT (I) ------------------ 1 0 0 1
The bits are numbered 0 to BIT_SIZE(I)-1, from right to left.