- 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.
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.