Liking cljdoc? Tell your friends :D

clojure-utils.core


dissoc-inclj

(dissoc-in m [k & ks])

Dissociates a value in a nested associative structure, where ks is a sequence of keys and v is the new value and returns a new nested structure. If any levels do not exist, hash-maps will be created.

Dissociates a value in a nested associative structure, where ks is a
sequence of keys and v is the new value and returns a new nested structure.
If any levels do not exist, hash-maps will be created.
sourceraw docstring

flatten-keysclj

(flatten-keys m)
source

flatten-upto-keysclj

(flatten-upto-keys m k & ks)
source

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

× close