PIPS

The structure used to build lists in NewGen. More...

#include <newgen_list.h>

+ Collaboration diagram for cons:

Data Fields

gen_chunk car
 The data payload of a list element. More...
 
struct conscdr
 The pointer to the next element. More...
 

Detailed Description

The structure used to build lists in NewGen.

cons is a list element, list is a pointer to these elements

The names are quite related to their Lisp equivalents.

Definition at line 41 of file newgen_list.h.

Field Documentation

◆ car

◆ cdr


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