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