DQueryElement.hasNoneOf

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

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

Meta