not

Function not 

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

Creates an expression that logically inverts boolean values.

Returns the logical negation of the input boolean expression.

let expr = not(root());