Liking cljdoc? Tell your friends :D

score.mask.accumulator

Accumulator. Based on Andre Bartetzki's CMask.

Accumulator. Based on Andre Bartetzki's CMask.
raw docstring

accumulateclj

(accumulate genfn)
(accumulate genfn init)

The accumulator continuously sums all its input values to an inital value init. The inital value is optional and has a default value of 0.

The accumulator continuously sums all its input values to an inital value 
init. The inital value is optional and has a default value of 0.
sourceraw docstring

accumulate-limitclj

(accumulate-limit low high genfn)
(accumulate-limit low high genfn init)

The accumulator continuously sums all its input values to an inital value init. The inital value is optional and has a default value of 0.

The accumulator continuously sums all its input values to an inital value 
init. The inital value is optional and has a default value of 0.
sourceraw docstring

accumulate-mirrorclj

(accumulate-mirror low high genfn)
(accumulate-mirror low high genfn init)

The accumulator continuously sums all its input values to an inital value init. The inital value is optional and has a default value of 0.

The accumulator continuously sums all its input values to an inital value 
init. The inital value is optional and has a default value of 0.
sourceraw docstring

accumulate-wrapclj

(accumulate-wrap low high genfn)
(accumulate-wrap low high genfn init)

The accumulator continuously sums all its input values to an inital value init. The inital value is optional and has a default value of 0.

The accumulator continuously sums all its input values to an inital value 
init. The inital value is optional and has a default value of 0.
sourceraw docstring

create-accum-functionclj

(create-accum-function genfn low high init accumfn)
source

limitclj

(limit v l h)
source

mirrorclj

(mirror v l h)
source

wrapclj

(wrap v l h)
source

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