(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |