chickadee » arrays » set-intersection

set-intersection #!rest setsprocedure

creates a new set, which contains only those items which are in all of its set arguments. The comparison procedure of all set arguments must be the same.