Expand description
Module containing iterators from the list.
Structsยง
- Doubly
Iter - An ordered iterator over elements of the doubly linked list.
- Doubly
Iter Mut - An ordered iterator mutable references to elements of the doubly linked list.
- Doubly
Iter MutChain - An ordered iterator mutable references to elements of the doubly linked list.
- Doubly
Iter Owned - An ordered consuming iterator of the doubly linked list.
- Doubly
Iter Ptr - An ordered iterator over pointers to the elements of the doubly linked list.
- Doubly
Link Iter - An ordered iterator over elements of the doubly linked list.
- Doubly
Link Iter Ptr - An ordered iterator over pointers to the links of the doubly linked list.
- Singly
Iter - An ordered iterator over elements of the singly linked list.
- Singly
Iter Mut - An ordered iterator mutable references to elements of the singly linked list.
- Singly
Iter Owned - An ordered consuming iterator of the singly linked list.
- Singly
Iter Ptr - An ordered iterator over pointers to the elements of the singly linked list.