Current behavior: Can only find the intersection between two sets ``` setA.intersection(setB) ``` Desired behavior: Find the intersection between *n* sets ``` setA.interesction(setB, setC, setD, ...) ```