Skip to main content

Try it Live

Run Uint examples in the interactive playground

Uint.bitwiseAnd(a: BrandedUint256, b: BrandedUint256): BrandedUint256

Bitwise AND operation. Parameters:
  • a: BrandedUint256 - First value
  • b: BrandedUint256 - Second value
Returns: BrandedUint256 - Bitwise AND result Example:
Defined in: primitives/Uint/bitwiseAnd.ts

See Also