setDisjunction

setDisjunction

> Functions

Calculates the exclusive disjunction of two sets set1 and set2, noted set1 ⊕ set2, which are the elements present in set1 or set2, but not in both at the same time.

Parameters
Back