kmongo / kotlin.collections / intersect

intersect

infix fun <T> MongoIterable<T>.intersect(other: Iterable<T>): Set<T>