|
Reduct
v1.0.4-3-gdaf0d70
A functional and immutable language.
|
List structure. More...
#include <list.h>
Data Fields | |
| reduct_uint32_t | length |
| Total number of elements. | |
| reduct_uint32_t | shift |
| The amount to shift the index to compute access paths. | |
| reduct_list_node_t * | root |
| Pointer to the trie root node. | |
| reduct_list_node_t * | tail |
| Pointer to the tail node. | |
| reduct_uint32_t reduct_list_t::length |
| reduct_uint32_t reduct_list_t::shift |
| reduct_list_node_t* reduct_list_t::root |
| reduct_list_node_t* reduct_list_t::tail |