Module list

Module list 

Source
Expand description

Module providing abstractions for a linked list implementation.

Structs§

Iter
Iterator implementation to iterate over the items in a LinkedList.
Link
Represents a link to node in the linked list.
LinkedList
A double-linked linked list implementation using a generational Arena for allocation.
Node
Represents a node in a linked list.

Enums§

ListError
Error type associated with list operations.

Type Aliases§

LinkedListArenaEntry
Type alias for arena entries corresponding to LinkedList Node instances.