Bit Operations
List of Operators
- tuple_bandTupleBandTupleBandtuple_band
- Compute the bitwise and of two tuples.
- tuple_bnotTupleBnotTupleBnottuple_bnot
- Compute the bitwise not of a tuple.
- tuple_borTupleBorTupleBortuple_bor
- Compute the bitwise or of two tuples.
- tuple_bxorTupleBxorTupleBxortuple_bxor
- Compute the bitwise exclusive or of two tuples.
- tuple_lshTupleLshTupleLshtuple_lsh
- Shift a tuple bitwise to the left.
- tuple_rshTupleRshTupleRshtuple_rsh
- Shift a tuple bitwise to the right.