iterator

open operator override fun iterator(): KoneLinearIterator<Element>(source)

Initiates an iterator over the collection's elements with pointer before the first element.

In the iterator elements are iterated in the order of their indices.

Also, iterator should not be used after the underlying structure of the collection is changed not by the iterator.