CLCS

Lists as Association Lists

An 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.

aconsassoc-ifpairlisrassoc-if
assocassoc-if-notrassocrassoc-if-not
Figure 14–4: Some defined names related to assocation lists.

Backlinks

Conses as Lists