DQueryAttributes.empty

Returns true if the list of attributes is empty.

struct DQueryAttributes(QueryType, Attributes...)
enum empty = length == 0;

Meta