Try it Live
Run Uint examples in the interactive playground
Uint.bitwiseAnd(a: BrandedUint256, b: BrandedUint256): BrandedUint256
Bitwise AND operation.
Parameters:
a: BrandedUint256- First valueb: BrandedUint256- Second value
BrandedUint256 - Bitwise AND result
Example:
See Also
- bitwiseOr - Bitwise OR
- bitwiseXor - Bitwise XOR
- Bitwise operations - Full bitwise reference

