Skip to main content

merge

functionv1.0

clojure.core/merge

Available in:BBCLJCLJS
(merge [& maps])
Returns a map that consists of the rest of the maps conj-ed onto the first. If a key occurs in more than one map, the mapping from the latter (left-to-right) will be the mapping in the result.

No examples yet. Be the first to add one!