iterator

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

Returns an iterator over the elements of this object.

Since Kotlin

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

Returns an iterator over the elements of this object.

Since Kotlin

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

Returns an iterator over the elements of this object.

Since Kotlin

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

Returns an iterator over the elements of this object.

Since Kotlin

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

Returns an iterator over the elements of this object.

Since Kotlin

1.8