DQueryElement.hasAllOf

Returns true if the element has all of the given attributes.

struct DQueryElement(QueryType, string Name, alias Overload = null)
@property
alias hasAllOf(TList...) = Alias!(attributes.hasAllOf!TList)

Meta