Expand description

Intrusive doubly-linked list.

Structs

A cursor which provides read-only access to a LinkedList.
A cursor which provides mutable access to a LinkedList.
An iterator which consumes a LinkedList.
An iterator over references to the items of a LinkedList.
Intrusive link that allows an object to be inserted into a LinkedList.
An intrusive doubly-linked list.