Hi Ken,
> What does zipmap do if the key seq contains duplications?
It acts like a merge:
(zipmap
'(:a :b :c :d :c :c)
'(:A :B :C :D :E :F))
gives {:a :A :b :B :c :F :d :D}.
The input map itself seems to be irrelevant: the example I gave here
was synthetic just for simplicity.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en