Skip to main content

hash-map

functionv1.0

clojure.core/hash-map

Available in:BBCLJCLJS
(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.

No examples yet. Be the first to add one!