operator ~ method

Integer operator ~()

Implementation

Integer operator ~() => Integer(~value);