Reduct  v1.0.4-3-gdaf0d70
A functional and immutable language.
Loading...
Searching...
No Matches
reduct_list_node_t Struct Reference

List node structure. More...

#include <list.h>

Collaboration diagram for reduct_list_node_t:

Data Fields

union { 
 
   struct reduct_list_node *   children [REDUCT_LIST_WIDTH
 
   reduct_handle_t   handles [REDUCT_LIST_WIDTH
 
};  
 

Detailed Description

List node structure.

Definition at line 35 of file list.h.

Field Documentation

◆ children

struct reduct_list_node* reduct_list_node_t::children[REDUCT_LIST_WIDTH]

Definition at line 38 of file list.h.

◆ handles

reduct_handle_t reduct_list_node_t::handles[REDUCT_LIST_WIDTH]

Definition at line 39 of file list.h.

◆ [union]

union { ... } reduct_list_node_t

The documentation for this struct was generated from the following file: