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

