set.symdiff
symmetric difference between two sets
доступно с версии: 0.3
информация
Symmetric difference, of two sets is the set of elements which are in either of the sets and not in their intersection
аргументы:
- ARGS
right set elements
тип: any
входы:
- first set or list (converted to set), other values are ignored
тип: control
- second set or list (converted to set)
тип: control
выходы:
- output symmetric set difference
тип: control
ключевые слова:
data
symmetric
difference
set
Смотрите также:
[data.set]
[set.diff]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later