Module orx_linked_list::iter
source · Expand description
Module containing iterators from the list.
Structs§
- An ordered iterator over elements of the doubly linked list.
- An ordered iterator mutable references to elements of the doubly linked list.
- An ordered iterator mutable references to elements of the doubly linked list.
- An ordered consuming iterator of the doubly linked list.
- An ordered iterator over pointers to the elements of the doubly linked list.
- An ordered iterator over elements of the doubly linked list.
- An ordered iterator over pointers to the links of the doubly linked list.
- An ordered iterator over elements of the singly linked list.
- An ordered iterator mutable references to elements of the singly linked list.
- An ordered consuming iterator of the singly linked list.
- An ordered iterator over pointers to the elements of the singly linked list.