Liking cljdoc? Tell your friends :D

day8.re-frame-10x.inlined-deps.re-frame.v0v12v0.re-frame.utils


dissoc-inclj/s

(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. The key thing is that 'm' remains identical? to istelf if the path was never present

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.
The key thing is that 'm' remains identical? to istelf if the path was never present
sourceraw docstring

first-in-vectorclj/s

(first-in-vector v)
source

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

× close