📄️ bit_shift_left
Shifts the binary representation of a numeric expression to the left by a specified number of bits.
📄️ bit_shift_right_logical
Shifts the binary representation of a numeric expression to the right by a specified number of bits.
📄️ bit_shift_right
Shifts the binary representation of a numeric expression to the right by a specified number of bits.
📄️ bitand
Returns the bitwise AND of two numeric expressions.
📄️ bitnot
Returns the bitwise negation of a numeric expression.
📄️ bitor
Returns the bitwise OR of two numeric expressions.
📄️ bitxor
Returns the bitwise XOR of two numeric expressions.