static L mechLists_intersect(S list1, S list2) { ret listSetIntersection(mechList(list1), mechSetCI(list2)); }