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


Vocabulary
sequences.extras

Inputs
seqa sequence
quota quotation


Outputs
newseqa sequence


Word description
Perform a map on the given sequence with quot, then perform a concat on the result.

Definition