Skip to main content

not

Function not 

Source
pub(crate) fn not<E: AsRef<Expression>>(a_expr: E) -> ClosureExpression
Expand description

Returns an expression that is the inverted result of the given boolean expression.