Liking cljdoc? Tell your friends :D

vvvvalvalval.supdate.impl


supd-map*clj/s

(supd-map* f coll)
source

upd!*clj/s

(upd!* m tm k f)

A slightly modified version of update. If map m contains key k, will add (f (get m k)) to the transient map tm.

A slightly modified version of update.
If map `m` contains key `k`, will add
(f (get m k)) to the transient map `tm`.
sourceraw docstring

upd-dynamic!*clj/s

(upd-dynamic!* m tm k f)

A version of upd! where we're not sure f is a function

A version of upd! where we're not sure f is a function
sourceraw docstring

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

× close