IndexedValue
data class IndexedValue<out T>
Data class representing a value from a collection or sequence, along with its index in that collection or sequence.
Constructors
<init>
Data class representing a value from a collection or sequence, along with its index in that collection or sequence.
IndexedValue(index: Int, value: T)