io.github.frenchy64.fully-satisfies.run-all
An alternative to `clojure.core/run!` that does not short-circuit on reduced.
run-all!
(run-all! f c)
Reduce over c and invoke f on each (and every) element. Returns nil.
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.