iterator method

Iterator<A> iterator()

Implementation

Iterator<A> iterator() => _elementsByIndex.valueIterator();