DQueryAttribute.isExpression

Property that returns true if the attribute is an expression.

struct DQueryAttribute(alias Attribute)
enum isExpression = is(typeof(Attribute));

Meta