Module generational_cache::collections::list
source · Expand description
Module providing abstractions for a linked list implementation.
Structs
- Represents a link to node in the linked list.
- A double-linked linked list implementation powered by a generational arena.
- Represents a node in a linked list.