pub fn not(operand: ExprRef) -> ExprRef
Creates an expression that logically inverts boolean values.
Returns the logical negation of the input boolean expression.
let expr = not(root());