operator ~ method

int operator ~()

Implementation

int operator ~() => ~_value;