pub fn neg(operand: impl Into<Expr>) -> Expr
Creates an Expr::UnaryOp node with the Neg operator (-).
Expr::UnaryOp
Neg
-