Operator Reference
Bit Operations
List of Operators
tuple_band
- Compute the bitwise and of two tuples.
tuple_bnot
- Compute the bitwise not of a tuple.
tuple_bor
- Compute the bitwise or of two tuples.
tuple_bxor
- Compute the bitwise exclusive or of two tuples.
tuple_lsh
- Shift a tuple bitwise to the left.
tuple_rsh
- Shift a tuple bitwise to the right.