(explode-list-vals-in-new-maps m)
Explodes list vals inside a map in new maps accordingly with :expand meta. Note - Doesn't explode lists in nested maps. {:s [1 2] :t 3} -> [{:s 1 :t 3} {:s 2 :t 3}]
Explodes list vals inside a map in new maps accordingly with :expand meta. Note - Doesn't explode lists in nested maps. {:s [1 2] :t 3} -> [{:s 1 :t 3} {:s 2 :t 3}]
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close