pub fn binary(
operator: Operator,
lhs: Expression,
rhs: Expression,
) -> ExpressionExpand description
Creates a binary expression with the given operator.
pub fn binary(
operator: Operator,
lhs: Expression,
rhs: Expression,
) -> ExpressionCreates a binary expression with the given operator.