Reduct  v4.0.5-1-g4851deb
A functional and immutable language.
Loading...
Searching...
No Matches
reduct_const_slot_t Struct Reference

Constant slot. More...

#include <function.h>

Collaboration diagram for reduct_const_slot_t:

Data Fields

reduct_const_slot_type_t type
 The type of the constant slot.
 
reduct_handle_t handle
 The static handle, or NIL for captures.
 

Detailed Description

Constant slot.

Definition at line 46 of file function.h.

Field Documentation

◆ type

reduct_const_slot_type_t reduct_const_slot_t::type

The type of the constant slot.

Definition at line 48 of file function.h.

◆ handle

reduct_handle_t reduct_const_slot_t::handle

The static handle, or NIL for captures.

Definition at line 49 of file function.h.


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