sort-by! ( seq quot: ( elt -- key ) -- )


Vocabulary
sorting.quick

Inputs
seqan object
quota quotation with stack effect ( elt -- key )


Outputs
None

Definition