Skip to main content

every

Function every 

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