set

abstract fun set(element: T)(source)

Replaces the last element returned by next or previous with the specified element element.

Since Kotlin

1.0
abstract fun set(element: T)(source)

Replaces the last element returned by next or previous with the specified element element.

Since Kotlin

1.3