union method

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

Implementation

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