Public Vars

Back

hash-map (clj)

(source)

function

(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.

Examples