kmongo / kotlin.collections / drop

drop

fun <T> MongoIterable<T>.drop(n: Int): List<T>