Logical Operations
List of Operators
- tuple_andTupleAndTupleAndtuple_and
- Compute the logical and of two tuples.
- tuple_notTupleNotTupleNottuple_not
- Compute the logical not of a tuple.
- tuple_orTupleOrTupleOrtuple_or
- Compute the logical or of two tuples.
- tuple_xorTupleXorTupleXortuple_xor
- Compute the logical exclusive or of two tuples.