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