MongoSchema.count

Returns the count of documents in this collection matching this query.

  1. auto count(Query!(typeof(this)) query)
  2. auto count(T query)
    mixintemplate MongoSchema()
    static
    count
    (
    T
    )
    ()

Meta