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