map-integers-with ( ... len quot: ( ... prev i -- ... elt ) exemplar -- ... newseq )


Vocabulary
sequences.extras

Inputs
lenan object
quota quotation
exemplaran object


Outputs
newseqa sequence


Definition


: map-integers-with
( ... len quot: ( ... prev i -- ... elt ) exemplar -- ... newseq )
overd [ [ collect-with-previous ] keep ] new-like ; inline