Skip to main content

some

Function some 

Source
pub fn some<T>(arr: &[T], f: impl Fn(&T) -> bool) -> bool