Liking cljdoc? Tell your friends :D
Clojure only.

progress.3rd-party


swap*!clj

(swap*! atom f & args)

Like [[clojure.core/swap!]] but returns a vector of [old-value new-value]. Adapted from this StackOverflow question.

Like [[clojure.core/swap!]] but returns a vector of `[old-value new-value]`.
Adapted from [this StackOverflow question](https://stackoverflow.com/a/22409846).
sourceraw docstring

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

× close