Returns the bitwise-not of this BigInteger.
public function not() : BigInteger { return $this->negated() ->minus(1); }