Expand description
This module contains the parallel iterator types for linked lists
(LinkedList<T>
). You will rarely need to interact with it directly
unless you have need to name one of the iterator types.
Structsยง
- Parallel iterator over a linked list
- Parallel iterator over an immutable reference to a linked list
- Parallel iterator over a mutable reference to a linked list