[][src]Module im::vector::rayon

Parallel iterators.

These are only available when using the rayon feature flag.

Structs

ParIter

A parallel iterator for Vector.

ParIterMut

A mutable parallel iterator for Vector.