Online, I have read contradicting opinions on whether intersect
should take precedence over union
(by analogy to logical and
and or
), or whether all set operators should have equal precedence.
Which way makes more sense and why?
And where does difference
fit in? (I'd say it should be equal precedence to intersect
because A - B = A intersect B'
.)