difference method

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

Implementation

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