Definitions for "cons cell"
Keywords:  cdr, pointers, car, heap, arbitrary
a data object that represents an ordered pair
an object comprising two pointers named the CAR and the CDR
an object that consists of two pointers or slots, called the CAR slot and the CDR slot
Keywords:  components, structure, types, two, data
a structure with two components, both references to other data types