pub fn sub(left: impl Into<Expr>, right: impl Into<Expr>) -> Expr
Creates an Expr::BinaryOp node with the BinaryOperator::Sub operator.
Expr::BinaryOp
BinaryOperator::Sub