ποΈ 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.