iterator

expect abstract operator override fun iterator(): MutableIterator<T>(source)

Returns an iterator over the elements of this sequence that supports removing elements during iteration.

Since Kotlin

1.0
actual abstract operator override fun iterator(): MutableIterator<T>(source)

Returns an iterator over the elements of this sequence that supports removing elements during iteration.

Since Kotlin

1.1
actual abstract operator override fun iterator(): MutableIterator<T>(source)

Returns an iterator over the elements of this sequence that supports removing elements during iteration.

Since Kotlin

1.0
actual abstract operator override fun iterator(): MutableIterator<T>(source)

Returns an iterator over the elements of this sequence that supports removing elements during iteration.

Since Kotlin

1.3
actual abstract operator override fun iterator(): MutableIterator<T>(source)

Returns an iterator over the elements of this sequence that supports removing elements during iteration.

Since Kotlin

1.8
actual abstract operator override fun iterator(): MutableIterator<T>(source)

Returns an iterator over the elements of this sequence that supports removing elements during iteration.

Since Kotlin

1.8