map-sort ( ... seq quot: ( ... elt -- ... key ) -- ... sortedseq )


Vocabulary
sorting.extras

Inputs
seqa sequence
quota quotation with stack effect ( ... elt -- ... key )


Outputs
sortedseqa new sorted sequence


Word description
Sort the elements of seq a sequence using quot as a key function.

Definition