Skip to content

Index of Module alist

Chris Petersen edited this page Sep 11, 2015 · 1 revision

Module: alist

This module provides convinience functions for manipulating association lists.

Functions in this module:

Function Short Description
(alist-ref alist key . fallback) Lookup a key in an association list
(alist-refstr alist key fbstr) Lookup a string value in an association list
(alist-refnum alist key fbnum) Lookup a numeric value in an association list
(alist-set alist key . keyvals) Set key value pairs in the association list
(alist-delkeys alist . keys) Delete keys from an association list
Clone this wiki locally