Iterates over all remaining documents.
Limits the number of documents that the cursor returns.
Advances the cursor to the next document of the response.
Skips a given number of elements at the beginning of the cursor.
Controls the order in which the query returns matching documents.
Represents a cursor for a MongoDB query.
Use foreach( doc; cursor ) to iterate over the list of documents.
This struct uses reference counting to destroy the underlying MongoDB cursor.