Expand description

An intrusive doubly-linked list.

See the List type for details.

Structs

A cursor over a List with editing operations.

An iterator returned by List::drain_filter.

Iterates over the items in a List by reference.

Iterates over the items in a List by mutable reference.

Links to other nodes in a List.

An intrusive doubly-linked list.

Type Definitions

CursorDeprecated

A cursor over a List, with editing operations.