Liking cljdoc? Tell your friends :D
Clojure only.

io.github.frenchy64.fully-satisfies.folda

Variant of clojure.core/areduce that supports naming the array.

Variant of `clojure.core/areduce` that supports naming the array.
raw docstring

areducecljmacro

(areduce & args)
source

foldacljmacro

(folda a idx ret init expr)
(folda aname a idx ret init expr)

Reduces an expression across an array a named (if provided) aname, 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.

Reduces an expression across an array a named (if provided) aname,
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.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close