iterator

expect open operator override fun iterator(): Iterator<Any?>(source)

An iterator over elements of this array. A call to the next() method of the returned iterator will throw a ConcurrentModificationException, if the MutableArray is modified while it is in use.

Return

an iterator over the array's elements.

actual open operator override fun iterator(): Iterator<Any?>(source)
actual open operator override fun iterator(): Iterator<Any?>(source)