operator ~ method

Int64 operator ~()

Bitwise NOT standardly shifting limits.

Implementation

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