Function for_each

Source
pub fn for_each<'l, T, F>(items: &'l [T], f: F)
where T: Sync, F: Fn(&'l T) + Send + Sync,