Module tanya.container.list
This module contains singly-linked (SList) and doubly-linked (DList) lists.
Structs
Name | Description |
---|---|
DList
|
Doubly-linked list. |
DRange
|
Bidirectional range for the DList. |
SList
|
Singly-linked list. |
SRange
|
Forward range for the SList. |