Function Set.intersection

create intersection of two sets

auto auto intersection(K) (
  Set!K other
);