ISet<A> constructor

ISet<A>(
  1. AVLTree<A> _tree
)

Implementation

ISet(this._tree);