Function MongoCollection.drop
Removes a collection or view from the database. The method also removes any indexes associated with the dropped collection.
void drop() @safe;
Removes a collection or view from the database. The method also removes any indexes associated with the dropped collection.
void drop() @safe;