Fork me on GitHub
#clojure-dev
<
2016-08-28
>
Yehonathan Sharvit08:08:53

Is it guaranteed that (= (zipmap (keys m) (vals m)) m)?

jonas09:08:19

If i read the docstrings for keys and vals cirrectly I would say yes.

Alex Miller (Clojure team)12:08:39

keys and vals are guaranteed to read in the same seq order