DQueryAttributes.empty

Returns true if the list of attributes is empty.

struct DQueryAttributes(QueryType, Attributes...)
@property
alias empty = Alias!(length == 0)

Meta