Closure structure.
More...
#include <closure.h>
Closure structure.
Definition at line 25 of file closure.h.
◆ function
Pointer to the prototype function item.
Definition at line 27 of file closure.h.
◆ constantCount
| size_t reduct_closure_t::constantCount |
The number of constants in the constant pool (equal to the number of captured and static constants in the function).
Definition at line 28 of file closure.h.
◆ constants
The array of constants forming the constant pool.
Definition at line 30 of file closure.h.
◆ smallConstants
The documentation for this struct was generated from the following file: