operator ~ method

Long operator ~()

Implementation

Long operator ~() => Long(~_value);