Function fractal::utils::expression::not

source ยท
pub fn not<E: AsRef<Expression>>(a_expr: E) -> ClosureExpression
Expand description

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