Bit Operations

List of Operators

tuple_bandTupleBandtuple_bandTupleBandtuple_band
Compute the bitwise and of two tuples.
tuple_bnotTupleBnottuple_bnotTupleBnottuple_bnot
Compute the bitwise not of a tuple.
tuple_borTupleBortuple_borTupleBortuple_bor
Compute the bitwise or of two tuples.
tuple_bxorTupleBxortuple_bxorTupleBxortuple_bxor
Compute the bitwise exclusive or of two tuples.
tuple_lshTupleLshtuple_lshTupleLshtuple_lsh
Shift a tuple bitwise to the left.
tuple_rshTupleRshtuple_rshTupleRshtuple_rsh
Shift a tuple bitwise to the right.