Documentation Index
Fetch the complete documentation index at: https://voltaire.tevm.sh/llms.txt
Use this file to discover all available pages before exploring further.
Try it Live
Run Uint examples in the interactive playground
Uint.bitwiseXor(a: BrandedUint256, b: BrandedUint256): BrandedUint256
Bitwise XOR (exclusive OR) operation.
Parameters:
a: BrandedUint256- First valueb: BrandedUint256- Second value
BrandedUint256 - Bitwise XOR result
Example:
See Also
- bitwiseAnd - Bitwise AND
- Bitwise operations - Full bitwise reference

