[][src]Function msiz_rustc_ap_rustc_data_structures::sync::par_for_each_in

pub fn par_for_each_in<T: IntoIterator>(
    t: T,
    for_each: impl Fn(<<T as IntoIterator>::IntoIter as Iterator>::Item) + Sync + Send
)