set.symdiff
symmetric difference between two sets
available since version: 0.3
Symmetric difference, of two sets is the set of elements which are in either of the sets and not in their intersection

arguments:
  - ARGS
right set elements
type: any
 
inlets:
  - first set or list (converted to set), other values are ignored
type: control 
  - second set or list (converted to set)
type: control 
outlets:
  - output symmetric set difference
type: control 
keywords:
data
symmetric
difference
set
See also:
[data.set]
[set.diff]
Authors: Serge Poltavsky
License: GPL3 or later