Documentation
The lists library provides implementations for commonlyh used data structures, such as singly- and doubly-linked lists and rings, a stack and a queue.
Objects of type dlist have no value, and it is an error to try to get or set this value.
| Property | Type | Description |
|---|---|---|
| _ | type(*) | |
| __ | type(*) | |
| add | function | |
| clear | function | |
| count | integer | |
| find | function | |
| getfirst | function | |
| getlast | function | |
| head | dlistnode | |
| insert | function | |
| remove | function | |
| search | function | |
| tail | dlistnode | |
| type | type |



