Fork me on GitHub
#specter
<
2016-07-29
>
wei23:07:11

trying to walk a nested structure and add a sequential index to all the maps. would this be a good use case for specter? e.g. [[{} {}] [{} {} [{}]]] => [[{:id 1} {:id 2}] [{:id 3} {:id 4} [{:id 5}]]] (x-posted from #C03S1KBA2)