Initializer
init(left:operator:right:)
Creates a new binary operation expression.
init(left: any ATLExpression, operator: ATLBinaryOperator, right: any ATLExpression)
Parameters
left-
The left operand expression
operator-
The binary operator to apply
right-
The right operand expression