Fork me on GitHub
#specter
<
2017-05-30
>
mping20:05:25

is there a way to traverse a map of maps and return a val for a given predicate?

mping20:05:34

I'm still wrapping my head around specter

mping20:05:40

something like a recursive tree walk

nathanmarz22:05:07

@mping yes, that's pretty easy

nathanmarz22:05:11

have a particular example?