next

abstract operator fun next(): T(source)

Returns the next element in the iteration.

Since Kotlin

1.0
abstract operator fun next(): T(source)

Returns the next element in the iteration.

Since Kotlin

1.3