intersection method

ISet<T> intersection(
  1. Set<T> other
)

Implementation

ISet<T> intersection(Set<T> other) => iter.intersection(other);