iterator

expect operator fun iterator(): Iterator<T>(source)

Creates an Iterator for iterating over the elements of the array.

Since Kotlin

1.0
actual operator fun iterator(): Iterator<T>(source)

Creates an Iterator for iterating over the elements of the array.

Since Kotlin

1.1
operator fun iterator(): Iterator<T>(source)

Creates an Iterator for iterating over the elements of the array.

Since Kotlin

1.0
actual operator fun iterator(): Iterator<T>(source)

Creates an Iterator for iterating over the elements of the array.

Since Kotlin

1.3
actual operator fun iterator(): Iterator<T>(source)

Creates an Iterator for iterating over the elements of the array.

Since Kotlin

1.8
actual operator fun iterator(): Iterator<T>(source)

Creates an Iterator for iterating over the elements of the array.

Since Kotlin

1.8