(dissoc-in m [k & ks])
Dissociates an entry from a nested associative structure returning a new nested structure. keys is a sequence of keys. Any empty maps that result will not be present in the new structure.
Dissociates an entry from a nested associative structure returning a new nested structure. keys is a sequence of keys. Any empty maps that result will not be present in the new structure.
(path-vals m)
(path-vals m fk)
Returns vector of tuples containing path vector to the value and the value.
Returns vector of tuples containing path vector to the value and the value.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close