DQuery.empty

Returns true if the query has no elements.

struct DQuery(QueryType, QueryElements...)
enum empty = length == 0;

Meta