iterator

expect operator fun iterator(): ShortIterator(source)

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

Since Kotlin

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

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

Since Kotlin

1.1
operator fun iterator(): ShortIterator(source)

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

Since Kotlin

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

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

Since Kotlin

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

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

Since Kotlin

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

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

Since Kotlin

1.8