operator - method

ISet<A> operator -(
  1. ISet<A> other
)

Implementation

ISet<A> operator -(ISet<A> other) => difference(other);