operator ~ method

Logic operator ~()

Logical bitwise NOT.

Implementation

Logic operator ~() => NotGate(this).out;