static Set intersectSetWithItems(Cl a, A... items) { ret intersectSets(a, ll(items)); }