Cyclone Scheme
0.28.0
|
Catomic_type | The atomic thread synchronization type |
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 |
Cck_array | |
Cck_array_iterator | |
Cck_hs | |
Cck_malloc | |
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 |
Ccomplex_num_type | Complex number |
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 | |
Chashset_st | |
Cinteger_type | Deprecated - boxed integers |
Clist_2_type | |
Clist_3_type | |
Clist_4_type | |
Cmacro_type | Closure for a macro |
Cmark_buffer_t | |
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 |
Csimple_hashset_item_st | |
Csimple_hashset_st | |
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_2_type | |
Cvector_3_type | |
Cvector_4_type | |
Cvector_5_type | |
Cvector_type | Vector type |
Cvpbuffer_t |