operator ~ method

Int16 operator ~()

Bitwise NOT standardly shifting limits.

Implementation

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