DQueryAttribute.isTypeAssignableTo

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

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

Meta