remove method

ISet<A> remove(
  1. A a
)

Implementation

ISet<A> remove(A a) => new ISet(_tree.remove(a));