Module iter

Module iter 

Source
Expand description

Module containing iterators from the list.

Structsยง

DoublyIter
An ordered iterator over elements of the doubly linked list.
DoublyIterMut
An ordered iterator mutable references to elements of the doubly linked list.
DoublyIterMutChain
An ordered iterator mutable references to elements of the doubly linked list.
DoublyIterOwned
An ordered consuming iterator of the doubly linked list.
DoublyIterPtr
An ordered iterator over pointers to the elements of the doubly linked list.
DoublyLinkIter
An ordered iterator over elements of the doubly linked list.
DoublyLinkIterPtr
An ordered iterator over pointers to the links of the doubly linked list.
SinglyIter
An ordered iterator over elements of the singly linked list.
SinglyIterMut
An ordered iterator mutable references to elements of the singly linked list.
SinglyIterOwned
An ordered consuming iterator of the singly linked list.
SinglyIterPtr
An ordered iterator over pointers to the elements of the singly linked list.