DQueryAttribute.isType

Proprety that returns true if the attribute is a type.

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

Meta