reduce-from ( ... seq identity quot: ( ... prev elt -- ... next ) from -- ... result )


Vocabulary
sequences.extras

Inputs
seqa sequence
identityan object
quota quotation
froman integer


Outputs
resultan object


Definition


: reduce-from
( ... seq identity quot: ( ... prev elt -- ... next ) from -- ... result )
[ swap ] 2dip each-from ; inline