Binary logic operators for Container()
objects and
derived classes.
Usage
# S3 method for class 'Dict'
x & y
# S3 method for class 'Dict'
x | y
# S3 method for class 'Set'
x & y
# S3 method for class 'Set'
x | y
Arguments
- x, y
Depending on the operator at least one must be of class
Container()
or the respective derived class and the other at least be coercible to the respective class.