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