fn collect_extended<C, I>(par_iter: I) -> Cwhere
    I: IntoParallelIterator,
    C: ParallelExtend<I::Item> + Default,
Expand description

Creates an empty default collection and extends it.