map-from ( ... seq quot: ( ... elt -- ... newelt ) from -- ... newseq )


Vocabulary
sequences.extras

Inputs
seqa sequence
quota quotation
froman integer


Outputs
newseqa sequence


Word description
A version of map that maps the slice of seq beginning at index i.

Definition


: map-from
( ... seq quot: ( ... elt -- ... newelt ) from -- ... newseq )
pick map-from-as ; inline