Skip to main content

not

Function not 

Source
pub fn not(expr: Expr) -> Expr
Expand description

Create a NOT expr unary expression.

Wraps the given expression in a logical negation. Equivalent to calling Expr::not() on the expression.