Skip to main content

all

Function all 

Source
pub fn all<T>(value: &T, predicates: &[fn(&T) -> bool]) -> bool