Expand description
A singly linked list with stack operations.
Structs§
- Into
Iter - An iterator that consumes a list and yields its elements.
- Iter
- An iterator that yields shared references to the elements of a list.
- IterMut
- An iterator that yields mutable references to the elements of a list.
- List
- A singly linked list that can do (most of) what a stack can.
Constants§
- VERSION
- The current
ListVersionof this module. (1.4.0) See its documentation for more information.