Skip to main content

and

Function and 

Source
pub fn and<T>(
    a: impl Fn(T) -> bool,
    b: impl Fn(T) -> bool,
) -> impl Fn(T) -> bool
where T: Clone,