IndexedWithIsLastValue

data class IndexedWithIsLastValue<out T>(val index: Int, val isLast: Boolean, val value: T)

Constructors

Link copied to clipboard
constructor(index: Int, isLast: Boolean, value: T)

Properties

Link copied to clipboard
val index: Int
Link copied to clipboard
Link copied to clipboard
val value: T