iterator method

Iterator<A> iterator()

Implementation

Iterator<A> iterator() => _tree.iterator();