(deep-merge v & vs)
{:a {:b :replace-me :c 2}} {:a {:b 1}} -> {:a {:b 1, :c 2}} {:a {:b :replace-me :d 3}} {:a [{:b 1}{:b 2}]} -> {:a [{:b 1, :d 3} {:b 2, :d 3}]}
{:a {:b :replace-me :c 2}} {:a {:b 1}} -> {:a {:b 1, :c 2}} {:a {:b :replace-me :d 3}} {:a [{:b 1}{:b 2}]} -> {:a [{:b 1, :d 3} {:b 2, :d 3}]}
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 |