`par_map_collect` is useful, but little messy to use as: ``` ndarray::Zip::from(&array).par_map_collect(|x| ... ) ``` It would be nice to have more `par_map_collect` methods, so that we write as `array.par_map_collect(|x| ...)`.