Cyclone Scheme  0.28.0
Data Fields
symbol_type Struct Reference

Symbols are similar to strings, but only one instance of each unique symbol is created, so comparisons are O(1). More...

#include <types.h>

Data Fields

const char * desc
 
gc_header_type hdr
 
const tag_type tag
 

Detailed Description

Symbols are similar to strings, but only one instance of each unique symbol is created, so comparisons are O(1).

A thread-safe symbol table is used at runtime to store all of the program's symbols.


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