Skip to main content

is_false

Macro is_false 

Source
macro_rules! is_false {
    () => { ... };
}
Expand description

Creates a closure that negates a Boolean input.

The generated closure returns !x and can be passed directly to predicate combinators.