api
blog
github
login / sign up
ClojureDocs
(beta)
Changes for
clojure.core/
zipmap
defn
on Tue, 24 Apr 2012
;; 4 is not included in the result user=> (zipmap [:a :b :c] [1 2 3 4]) {:c 3, :b 2, :a 1}
;; 4 is not included in the result user=> (zipmap [:a :b :c] [1 2 3 4]) {:c 3, :b 2, :a 1}