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