Skip to main content

areduce

macrov1.0

clojure.core/areduce

Available in:BBCLJCLJS
(areduce [a idx ret init expr])
Reduces an expression across an array a, using an index named idx, and return value named ret, initialized to init, setting ret to the evaluation of expr at each step, returning ret.

No examples yet. Be the first to add one!