set.intersect
intersection of sets
available since version: 0.3

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 intersection of given sets
type: control 
keywords:
data
intersection
set
See also:
[data.set]
[set.union]
Authors: Serge Poltavsky
License: GPL3 or later