Mescal
|
Type used to represent a doubly linked list. More...
#include <type_dlist.h>
Public Attributes | |
uint | size |
Size of the list. | |
dcell * | lsent |
A pointer to the left sentinel. | |
dcell * | rsent |
A pointer to the right sentinel. | |
Type used to represent a doubly linked list.