Function complement

Source
pub fn complement<T>(f: impl Fn(T) -> bool) -> impl Fn(T) -> bool
Expand description

Invert the boolean result of a function.