bitNot method

BigInt bitNot({
  1. int? bitLength,
})

Implementation

BigInt bitNot({int? bitLength}) =>
    bnUtil.bitnot(toBn(), bitLength: bitLength);