intersect-all ( sets -- set/f )
Factor handbook » The language » Collections » Sets » Operations on sets

Prev:union-all ( sets -- set/f )
Next:set-like ( set exemplar -- set' )


Vocabulary
sets

Inputs
setsa sequence


Outputs
set/fa set or f


Word description
Outputs the intersection of all the sets of the sequence sets, or f if sets is empty.

Definition