P
P copied to clipboard
Add support for collection union for sets
There is a need to union collections in P.
It would be good to overload += to do union of sets.
Similarly to use -= to remove eliminates elements from the set.