Try it Live
Run Uint examples in the interactive playground
Uint.bitwiseNot(value: BrandedUint256): BrandedUint256
Bitwise NOT (complement) operation - flips all bits.
Parameters:
value: BrandedUint256- Value to invert
BrandedUint256 - Bitwise NOT result
Example:
See Also
- bitwiseAnd - Bitwise AND
- Bitwise operations - Full bitwise reference

