Module cursor

Source

Structs§

Cursor
A type for bi-directional traversal and mutation of LinkedLists. See LinkedList::cursor_front and LinkedList::cursor_back to create one.

Enums§

State
An enum to represent the state of a Cursor.
StateMut
An enum to represent the state of a Cursor while allowing for mutation.