specter

Latest version: 1.1.3
johanatan 2018-12-31T21:25:27.016300Z

hi, is it possible to collect two levels of map keys in the process of navigating to a third level in a nested map ?

johanatan 2018-12-31T21:26:09.017200Z

so, i have {:a {:b {:c :d}}} and i want to map/`transform` over {:c :d} but while retaining the context [:a :b].

johanatan 2018-12-31T21:26:48.017900Z

(specter/collect specter/MAP-KEYS specter/MAP-KEYS) gives the error "Don't know how to create ISeq from clojure.lang.Keyword".

johanatan 2018-12-31T21:27:08.018100Z

thanks in advance!