Macro not

Source
macro_rules! not {
    ($predicate: ty) => { ... };
}
Expand description

Negates the given predicate.

For predicate P, not!(P) is Not<P>.