Module generational_cache::collections::list
source · Expand description
Module providing abstractions for a linked list implementation.
Structs
- Iterator implementation to iterate over the items in a
LinkedList
. - Represents a link to node in the linked list.
- A double-linked linked list implementation using a generational
Arena
for allocation. - Represents a node in a linked list.
Enums
- Error type associated with list operations.
Type Aliases
- Type alias for arena entries corresponding to
LinkedList
Node
instances.