ClojureDocs

导航

命名空间

合并

clojure.core

自 1.0 开始可用 (源代码)
  • (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.