(apply-kw f & args)
Like apply, but f takes keyword arguments and the last argument is not a seq but a map with the arguments for f
Like apply, but f takes keyword arguments and the last argument is not a seq but a map with the arguments for f
(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 itself 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 itself if the path was never present
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close