DQuery.length

Returns the number of elements in the query.

struct DQuery(QueryType, QueryElements...)
@property
alias length = Alias!(elements.length)

Meta