inv-sort-with ( seq quot: ( obj1 obj2 -- <=> ) -- sortedseq )


Vocabulary
sorting

Inputs
seqan object
quota quotation with stack effect ( obj1 obj2 -- <=> )


Outputs
sortedseqan object


Definition


: inv-sort-with
( seq quot: ( obj1 obj2 -- <=> ) -- sortedseq )
[ invert-comparison ] compose sort-with ; inline