not

Function not 

Source
pub fn not(operand: ExprRef) -> ExprRef
Expand description

Creates an expression that logically inverts boolean values.

Returns the logical negation of the input boolean expression.

let expr = not(root());