|
Reduct
v1.0.4-3-gdaf0d70
A functional and immutable language.
|
Closure structure. More...
#include <closure.h>
Data Fields | |
| reduct_function_t * | function |
| Pointer to the prototype function item. | |
| reduct_handle_t * | constants |
| The array of constant slots forming the constant template. | |
| reduct_handle_t | smallConstants [REDUCT_CLOSURE_SMALL_MAX] |
| reduct_function_t* reduct_closure_t::function |
| reduct_handle_t* reduct_closure_t::constants |
| reduct_handle_t reduct_closure_t::smallConstants[REDUCT_CLOSURE_SMALL_MAX] |