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

Closure structure. More...

#include <closure.h>

Collaboration diagram for reduct_closure_t:

Data Fields

reduct_function_tfunction
 Pointer to the prototype function item.
 
reduct_handle_tconstants
 The array of constant slots forming the constant template.
 
reduct_handle_t smallConstants [REDUCT_CLOSURE_SMALL_MAX]
 

Detailed Description

Closure structure.

Definition at line 25 of file closure.h.

Field Documentation

◆ function

reduct_function_t* reduct_closure_t::function

Pointer to the prototype function item.

Definition at line 27 of file closure.h.

◆ constants

reduct_handle_t* reduct_closure_t::constants

The array of constant slots forming the constant template.

Definition at line 28 of file closure.h.

◆ smallConstants

reduct_handle_t reduct_closure_t::smallConstants[REDUCT_CLOSURE_SMALL_MAX]

Definition at line 29 of file closure.h.


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