A number of system operations implement the low–level structure value handling. A structure is a block Scheme value whose data area is made of machine words holding either immediate Scheme values or references to block Scheme values; Block values. We can access the slots of a structure with the slots system operations; Slots operations.
• structs sysops | System operations on structures. | |
• structs sample | Example of structure handling API. |