(assoc-iff m k v)(assoc-iff m k v & kvs)Like assoc, but only associates key-value pairs when the value is non-nil.
Like assoc, but only associates key-value pairs when the value is non-nil.
(deep-merge & vals)Recursively merges nested maps. When merging values at the same key:
Recursively merges nested maps. When merging values at the same key: - If both values are maps, recursively merges them - Otherwise, takes the rightmost value (consistent with merge)
(keys-apply m ks f)(manip-keys m ks f)(manip-map m ks f)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 |