ClojureDocs

导航

名称空间

哈希表

clojure.core

自 1.0 版本可用 (源代码)
  • (hash-map)
  • (hash-map & keyvals)
keyval => key val
Returns a new hash map with supplied mappings.  If any keys are
equal, they are handled as if by repeated uses of assoc.