Liking cljdoc? Tell your friends :D
Clojure only.

progress.util


is-windows?clj

Are we running on Windows? If so, best to stick with ASCII-only progress indicators... 😢

Are we running on Windows?  If so, best to stick with ASCII-only progress indicators...  😢
sourceraw docstring

swap*!clj

(swap*! atom f & args)

Like clojure.core/swap! but returns a vector of [old-value new-value]. From http://stackoverflow.com/questions/22409638/remove-first-item-from-clojure-vector-atom-and-return-it

Like clojure.core/swap! but returns a vector of [old-value new-value].
From http://stackoverflow.com/questions/22409638/remove-first-item-from-clojure-vector-atom-and-return-it
sourceraw docstring

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

× close