operator ~ method

Int8 operator ~()

Bitwise NOT standardly shifting limits.

Implementation

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