operator ~ method

Uint64 operator ~()

Bitwise NOT standardly shifting limits.

Implementation

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