muse_cons_cell Struct Reference

A cons cell consists of references to two muse cells called the head and the tail. More...

#include <muse_opcodes.h>


Data Fields

muse_cell head
muse_cell tail


Detailed Description

A cons cell consists of references to two muse cells called the head and the tail.

This pair structure is used in the construction of lists, where the tail of the first cons cell of a list refers to the "rest of the list".


Field Documentation

muse_cell muse_cons_cell::head

muse_cell muse_cons_cell::tail


The documentation for this struct was generated from the following file:
Generated on Mon Sep 25 23:12:51 2006 for muSE by  doxygen 1.4.7