DQuery.length

Returns the number of elements in the query.

struct DQuery(QueryType, QueryElements...)
@property
enum length = elements.length;

Meta