insert method

ISet<A> insert(
  1. A a
)

Implementation

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