Major Section: PROGRAMMING
(Acons key datum alist)
equals the result of consing the pair
(cons key datum)
to the front of the association list alist
.
(Acons key datum alist)
has a guard of (alistp alist)
.
Acons
is a Common Lisp function. See any Common Lisp
documentation for more information.