operator ~ method

Uint32 operator ~()

Bitwise NOT standardly shifting limits.

Implementation

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