File: assoc.el.html
Association list utilities providing insertion, deletion, sorting fetching off key-value pairs in association lists.
Defined variables (0)
Defined functions (8)
adelete | (ALIST-SYMBOL KEY) |
aelement | (KEY VALUE) |
aget | (ALIST KEY &optional KEYNIL-P) |
aheadsym | (ALIST) |
amake | (ALIST-SYMBOL KEYLIST &optional VALUELIST) |
anot-head-p | (ALIST KEY) |
aput | (ALIST-SYMBOL KEY &optional VALUE) |
asort | (ALIST-SYMBOL KEY) |