Homepage: https://elpa.gnu.org/packages/map.html
Author: Nicolas Petton
Updated:
Map manipulation functions
map.el provides map-manipulation functions that work on alists, hash-table and arrays. All functions are prefixed with "map-". Functions taking a predicate or iterating over a map using a function take the function as their first argument. All other functions take the map as their first argument. TODO: - Add support for char-tables - Maybe add support for gv? - See if we can integrate text-properties - A macro similar to let-alist but working on any type of map could be really useful