operator ~ method

Int32 operator ~()

Bitwise NOT standardly shifting limits.

Implementation

Int32 operator ~() => Int32.from(~value);