Module collections::linked_list 1.0.0
                   
                       [−]
                   
               [src]
A doubly-linked list with owned nodes.
The LinkedList allows pushing and popping elements at either end and is thus
efficiently usable as a double-ended queue.
Structs
| IntoIter | 
                                 An iterator over the items of a   | 
                       
| Iter | 
                                 An iterator over references to the items of a   | 
                       
| IterMut | 
                                 An iterator over mutable references to the items of a   | 
                       
| LinkedList | 
                                 A doubly-linked list.  | 
                       
| BackPlace | 
                               [Unstable]  A place for insertion at the back of a   | 
                       
| FrontPlace | 
                               [Unstable]  A place for insertion at the front of a   |