pub fn not(expression: impl IntoExpr) -> Expr
NOT expr. The operand is parenthesised if it needs it; the result is not, because NOT binds looser than anything it can contain.
NOT expr
NOT