Crate linked_list [−] [src]
An alternative implementation of std::collections::LinkedList, featuring experimental
Cursor-based APIs.
Structs
| Cursor |
A cursor over a |
| 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 |
An experimental rewrite of LinkedList to provide a more cursor-oriented API. |