MongoCursor.empty

Returns true if there are no more documents for this cursor.

struct MongoCursor(DocType = Bson)
@property
bool
empty
()

Throws

An exception if there is a query or communication error.

Meta