Core.Containers.List.Intrusive (Visera.Core.Containers.List.Intrusive)¶
Intrusive linked list. Nodes carry their own links; no extra allocation for list structure.
See also¶
- List — parent module
- Containers
Intrusive linked list. Nodes carry their own links; no extra allocation for list structure.