Skip to main content

not

Function not 

Source
pub fn not(expression: impl IntoExpr) -> Expr
Expand description

NOT expr. The operand is parenthesised if it needs it; the result is not, because NOT binds looser than anything it can contain.