iteratorFrom

open override fun iteratorFrom(index: UInt): KoneLinearIterator<Element>(source)

Initiates an iterator over the collection's elements with pointer between elements with indices index - 1 and index correspondingly.

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.