Skip to main content

any

Function any 

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