Next: Accessing Cell Entries, Previous: Non-immediate objects, Up: Unpacking the SCM type
Heap cells contain a number of entries, each of which is either a scheme
object of type SCM or a raw C value of type scm_bits_t.
Which of the cell entries contain Scheme objects and which contain raw C
values is determined by the first entry of the cell, which holds the
cell type information.