DMGOCollection.find

Undocumented in source. Be warned that the author may not have intended to support it.
  1. MongoCursor!R find(T query, U returnFieldSelector, QueryFlags flags, int num_skip, int num_docs_per_chunk)
  2. MongoCursor!(T, R, typeof(null)) find(T query)
    class DMGOCollection
    @safe
    MongoCursor!(T, R, typeof(null))
    find
    (
    R
    T
    )
    ()
  3. MongoCursor!(Bson, R, typeof(null)) find()

Meta