operator ~ method

int operator ~()

See the int documentation

Implementation

int operator ~() => ~value;