(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |