|
Allegro CL |
ANSI Common Lisp 14 Conses 14.1 Cons Concepts 14.1.2 Conses as Lists
14.1.2.1 Lists as Association ListsAn association list is a list of conses representing an association of keys with values, where the car of each cons is the key and the cdr is the value associated with that key.
|