iterator

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

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

Since Kotlin

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

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

Since Kotlin

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

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

Since Kotlin

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

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

Since Kotlin

1.8