Function rayon::par_iter::collect::collect_into [] [src]

pub fn collect_into<PAR_ITER, T>(pi: PAR_ITER, v: &mut Vec<T>) where PAR_ITER: ExactParallelIterator<Item=T>, T: Send

Collects the results of the exact iterator into the specified vector.