W3cubDocs

/Kotlin

withIndex

fun <T> Sequence<T>.withIndex(): Sequence<IndexedValue<T>>

Returns a sequence of IndexedValue for each element of the original sequence.

The operation is intermediate and stateless.

© 2010–2018 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.sequences/with-index.html