![]() |
Cyclone Scheme
0.4
|
Cbignum_type | Exact integer of unlimited precision |
Cboolean_type | The boolean type: True or False |
Cbytevector_type | Bytevector type |
Cc_opaque_type | C Opaque type - a wrapper around a pointer of any type |
Cclosure0_type | A closed-over function with no variables |
Cclosure1_type | A closed-over function with one variable |
CclosureN_type | A closed-over function with zero or more closed-over variables |
Ccommon_type | A union of all the constant-size objects |
Ccond_var_type | The condition variable thread synchronization type |
Ccvar_type | C-variable integration type - wrapper around a Cyclone object pointer |
Cdouble_type | Double-precision floating point type, also known as a flonum |
Cgc_free_list_t | |
Cgc_header_type_t | |
Cgc_heap_root_t | |
Cgc_heap_t | |
Cgc_thread_data_t | |
Cinteger_type | Deprecated - boxed integers |
Cmacro_type | Closure for a macro |
Cmutex_type | The mutex thread synchronization type |
Cpair_type | The pair (cons) type |
Cport_type | The port object type |
Cprimitive_type | A function built into the runtime |
Cstring_type | The string type |
Csymbol_type | Symbols are similar to strings, but only one instance of each unique symbol is created, so comparisons are O(1) |
Cvector_type | Vector type |