Function rayon::iter::from_par_iter::collect_extended
source ยท fn collect_extended<C, I>(par_iter: I) -> C
Expand description
Creates an empty default collection and extends it.
fn collect_extended<C, I>(par_iter: I) -> C
Creates an empty default collection and extends it.