|
Reduct
v1.0.4-3-gdaf0d70
A functional and immutable language.
|
List node structure. More...
#include <list.h>
Data Fields | ||
| union { | ||
| struct reduct_list_node * children [REDUCT_LIST_WIDTH] | ||
| reduct_handle_t handles [REDUCT_LIST_WIDTH] | ||
| }; | ||
| struct reduct_list_node* reduct_list_node_t::children[REDUCT_LIST_WIDTH] |
| reduct_handle_t reduct_list_node_t::handles[REDUCT_LIST_WIDTH] |
| union { ... } reduct_list_node_t |