Module linked

Module linked 

Source
Available on crate features collections and linked only.
Expand description

Linked collection types. Primarily revolves around LinkedList and its accompanying Cursor type.

Modules§

cursor
list

Structs§

Cursor
A type for bi-directional traversal and mutation of LinkedLists. See LinkedList::cursor_front and LinkedList::cursor_back to create one.
LinkedList
A list with links in both directions. See also: Cursor for bi-directional iteration and traversal.