Parallel version of the standard iterator trait.| docs.rs
`ParallelExtend` extends an existing collection with items from a `ParallelIterator`.| docs.rs
An iterator that supports “random access” to its data, meaning that you can split it at arbitrary indices and draw data from those points.| docs.rs