Expand description

Linked lists.

TODO: This module is a work in progress.

Structs

A list cursor that allows traversing a linked list and inspecting elements.

A list cursor that allows traversing a linked list and inspecting & mutating elements.

The links used to link an object on a linked list.

A linked list.

Traits

A descriptor of list elements.

A descriptor of wrapped list elements.

Wraps an object to be inserted in a linked list.