Random832 wrote:
But sets also support symmetric difference ^, and intersection &. All the bitwise operators mean the same thing that they do for an integer imagined as a set of bit values. The use of - for difference is the odd one out
....................and?