ClojureDocs

Nav

Namespaces

hash-map

clojure.core

Available since 1.0 (source)
  • (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.