all

Function all 

Source
pub fn all<'a, T>(elems: &'a Vec<T>, f: fn(&'a T) -> bool) -> bool