heapsort-with ( seq quot: ( elt -- key ) -- sorted-seq )


Vocabulary
sorting.heap

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


Outputs
sorted-seqan object


Definition