Fork me on GitHub
#specter
<
2021-08-20
>
nathanmarz01:08:44

@richiardiandrea it wouldn't be much different than doing it with vanilla clojure

nathanmarz01:08:08

(setval [(view #(select-keys (keys m2) m1)) (submap nil)] m2 m1)

nathanmarz01:08:06

you could easily package that functionality into a custom navigator if you wanted to be able to compose it within other paths

👍 2