Returns a map with the keys mapped to the corresponding vals.
Source
(defnzipmap"Returns a map with the keys mapped to the corresponding vals."{:added"1.0":statictrue}[keysvals](loop[map{}ks(seqkeys)vs(seqvals)](if(andksvs)(recur(assocmap(firstks)(firstvs))(nextks)(nextvs))map)))