symmetric-diff ( set1 set2 -- set )


Vocabulary
sets.extras

Inputs
set1a set
set2a set


Outputs
seta set


Word description
Find the symmetric difference of two sets. Outputs a set containing elements that in either set but not in both.

Definition