Skip to main content

is_nonzero

Macro is_nonzero 

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

Creates a closure that reports whether its input differs from zero.

The generated closure compares each input with the integer literal 0.