(deep-merge & vals)
Recursively merges maps. If keys are not maps, the last value wins.
Recursively merges maps. If keys are not maps, the last value wins.
(map-values m f)
Create a new map of same keys and applying f to all the values.
Taken from plumatic/plumbing.
Create a new map of same keys and applying f to all the values. Taken from plumatic/plumbing.
(update-if-exists m keys f & args)
Variation of clojure.core/update-in which performs no-operation if the key is not present in the map.
Variation of clojure.core/update-in which performs no-operation if the key is not present in the map.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close