kmongo / kotlin.collections / take

take

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