Skip to main content

is_true

Macro is_true 

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

Creates a Boolean identity closure.

The generated closure applies logical negation twice, making it usable where a predicate function is required.