iterator

expect operator fun iterator(): IntIterator(source)

Creates a specialized IntIterator for iterating over the elements of the array.

Since Kotlin

1.0
actual operator fun iterator(): IntIterator(source)

Creates a specialized IntIterator for iterating over the elements of the array.

Since Kotlin

1.1
operator fun iterator(): IntIterator(source)

Creates a specialized IntIterator for iterating over the elements of the array.

Since Kotlin

1.0
actual operator fun iterator(): IntIterator(source)

Creates a specialized IntIterator for iterating over the elements of the array.

Since Kotlin

1.3
actual operator fun iterator(): IntIterator(source)

Creates a specialized IntIterator for iterating over the elements of the array.

Since Kotlin

1.8
actual operator fun iterator(): IntIterator(source)

Creates a specialized IntIterator for iterating over the elements of the array.

Since Kotlin

1.8