kmongo / kotlin.collections / withIndex

withIndex

fun <T> MongoIterable<T>.withIndex(): MongoIterable<IndexedValue<T>>
fun <T> MongoCursor<T>.withIndex(): MongoCursor<IndexedValue<T>>
fun <T> MongoCursor<T>.withIndex(): MongoCursor<IndexedValue<T>>