rayon::collections

Module vec_deque

Source
Expand description

This module contains the parallel iterator types for double-ended queues (VecDeque<T>). You will rarely need to interact with it directly unless you have need to name one of the iterator types.

Structsยง

Drain
Draining parallel iterator that moves a range out of a double-ended queue, but keeps the total capacity.
IntoIter
Parallel iterator over a double-ended queue
Iter
Parallel iterator over an immutable reference to a double-ended queue
IterMut
Parallel iterator over a mutable reference to a double-ended queue