Cyclone Scheme
0.28.0
|
A union of all the constant-size objects. More...
#include <types.h>
Data Fields | |
bignum_type | bignum_t |
boolean_type | boolean_t |
complex_num_type | complex_num_t |
double_type | double_t |
integer_type | integer_t |
pair_type | pair_t |
primitive_type | primitive_t |
symbol_type | symbol_t |
A union of all the constant-size objects.
This type is used internally to (for example) pass a pointer to an inline function that might need to use it for an allocation.