First operand
Second operand
The bitwise AND of a
and b
Reducers
Calculate the bitwise AND of 2 bigint
s.
Meant to be used with Array.prototype.reduce
.
Time complexity: O(1)
Space complexity: O(1)
First operand
Second operand
The bitwise AND of a
and b
Reducers
Calculate the bitwise AND of 2
number
s. Meant to be used withArray.prototype.reduce
.Time complexity: O(1)
Space complexity: O(1)