iterator

abstract operator fun iterator(): KoneIterator<Element>(source)

Iterator over elements of the collection. There must be exactly size number of elements in it.

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