operator ~ method

BigInteger operator ~()

Implementation

BigInteger operator ~() => BigInteger._(~_value);