Fork me on GitHub
#specter
<
2018-10-15
>
Logan Powell15:10:21

How might I pull the key/value pairs out of a map like this?

Logan Powell15:10:07

Is there some sort of "lift" functionality?

Logan Powell15:10:39

Figured it out!

nathanmarz15:10:02

@loganpowell this is a more efficient and more concise way to express that subexpression: (into {} (traverse [:g MAP-VALS] mix-me-in))

Logan Powell15:10:20

Thank you @nathanmarz 🙏 and thank you for Specter! 😍

4