Skip to main content

run!

functionv1.7

cljs.core/run!

Available in:BBCLJCLJS
(run! [proc coll])
Runs the supplied procedure (via reduce), for purposes of side effects, on successive items in the collection. Returns nil

No examples yet. Be the first to add one!