Generic Function Intersection (11 methods)

( intersection set-or-bag1 set-or-bag2 &key test test-not )

Part of:

package fset
Returns the intersection of the two sets/bags. The result is a bag
if both arguments are bags; otherwise a set. The intersection of two bags
is the bag whose multiplicity, for any value, is the minimum of its
multiplicities in the two argument bags.

Method Summary

intersection bounded-set  bounded-set  
intersection complement-set  complement-set  
intersection complement-set  set  
intersection interval-set  interval-set  
intersection list  list  
intersection set  complement-set  
intersection wb-2-relation  wb-2-relation  
intersection wb-bag  wb-bag  
intersection wb-bag  wb-set  
intersection wb-set  wb-bag  
intersection wb-set  wb-set