INTERSECTION
setsComputes the intersection ∩ of two sets.
The INTERSECTION
function consumes two sets from the top of the stack and pushes back its mathematical intersection (ie: the elements in common).
Loading
Computes the intersection ∩ of two sets.
The INTERSECTION
function consumes two sets from the top of the stack and pushes back its mathematical intersection (ie: the elements in common).