Collections of Associations
A collection of associations can be thought of as a set, a function, or a many-many mapping.
CONS is the fundamental mechanism for association in Lisp. An association list is a list of CONSes.
However, for reasons of efficiency, there are alternatives to represent collections of associations in Lisp.