An alternative to clojure.core/run!
that does not short-circuit on reduced.
An alternative to `clojure.core/run!` that does not short-circuit on reduced.
(run-all! f c)
Reduce over c and invoke f on each (and every) element. Returns nil.
Reduce over c and invoke f on each (and every) element. Returns nil.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close