DQueryAttribute.isTypeOf

Property that returns true if a given type matches the attribute's type exactly.

struct DQueryAttribute(alias Attribute)
@property
alias isTypeOf(Type) = Alias!(is(type == Type))

Meta