DQueryAttribute.isType

Proprety that returns true if the attribute is a type.

struct DQueryAttribute(alias Attribute)
@property
alias isType = Alias!(!is(typeof(Attribute)))

Meta