pub fn binary_expr(left: Expr, op: Operator, right: Expr) -> Expr
Expand description

Return a new expression left <op> right