A small collection of useful functions and macros.
A small collection of useful functions and macros.
(map-keys f coll)
Map the keys of given associative collection using function.
Map the keys of given associative collection using function.
(map-vals f coll)
Map the values of given associative collection using function.
Map the values of given associative collection using function.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close