Skip to main content

not

Function not 

Source
pub fn not<T>(a: impl Fn(T) -> bool) -> impl Fn(T) -> bool
where T: Sized,