- alist->map alistprocedure
Constructs a persistent map from alist.
Example:
(alist->map '((foo . 1) (bar . 2))) => #<persistent-hash-map (bar . 2) (foo . 1)>
Constructs a persistent map from alist.
Example:
(alist->map '((foo . 1) (bar . 2))) => #<persistent-hash-map (bar . 2) (foo . 1)>