bitwise_and()
Syntax
bitwise_and(...args)
Returns a number whose binary representation has a 1
in each bit position for
which the corresponding bits of both operands are 1
.
bitwise_and(...args)
Returns a number whose binary representation has a 1
in each bit position for
which the corresponding bits of both operands are 1
.