_Δ_

Definitions:

set, set
Source: /avail/Avail/Foundation/Sets
Categories: Sets, Transformers
Compute and answer the symmetric difference between the two sets, being the set containing all elements in each set but no elements in both. This amounts to the set union absent each element of the set intersection.
Position Name Type Description
Parameters
1 a set
2 b set
Returns set The symmetric difference of a and b.

Semantic restrictions:

set meta, set meta
Source: /avail/Avail/Foundation/Sets
Strengthen `_Δ_`.
Type Description
Parameter Types
set meta
set meta