Liking cljdoc? Tell your friends :D

forms.util


dissoc-incljs

(dissoc-in m [k & ks :as keys])

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.
raw docstring

key-to-pathcljs

(key-to-path key)

keyword-or-integercljs

(keyword-or-integer key)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close