DQueryAttribute.isType

Proprety that returns true if the attribute is a type.

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

Meta