DQueryElement.hasAnyOf

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

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

Meta