ScottPJones / Mongo.jl

Mongo bindings for the Julia programming language
Other
43 stars 21 forks source link

Implement findfirst #31

Closed felipenoris closed 6 years ago

felipenoris commented 6 years ago

Currently this is the only way to get the first element of the collection:

first(find( ... ))

Also, there's no way to check wether find returned an empty iterator.