quicksort ( seq from to quot: ( obj1 obj2 -- <=> ) -- )


Vocabulary
sorting.quick.private

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


Outputs
None

Definition