DQueryAttribute.isTypeAssignableFrom

Property that returns true if a given type can be assigned from a variable of the attribute's type.

struct DQueryAttribute(alias Attribute)
@property
alias isTypeAssignableFrom(Type) = Alias!(__traits(compiles, ))

Meta