ELPA Logo GNU-devel ELPA: map

map Atom Feed

Description
Map manipulation functions
Latest
map-3.3.1.0.20260420.15.tar (.sig), 2026-Aug-29, 40.0 KiB
Maintainer
<emacs-devel@gnu.org>
Other versions:
release version
Website
https://elpa.gnu.org/nongnu/map.html
ELPA's Repository
CGit or Gitweb
Badge

To install this package from Emacs, use list-packages.

Full description

map.el provides generic map-manipulation functions that work on
alists, plists, hash-tables, 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