OperatorExpression.this

Undocumented in source.
class OperatorExpression(string op)
this
if (
["+", "-", "/", "*", "^^"].canFind(op)
)

Meta