Handbook
Glossary
inv-sort! ( seq -- )
Vocabulary
sorting
.
quick
Inputs
seq
an
object
Outputs
None
Definition
IN:
sorting.quick
GENERIC:
inv-sort!
( seq -- )
Methods
USING:
arrays
math.order
sorting.quick
;
M:
array
inv-sort!
[
<=>
]
inv-sort-with!
;
USING:
kernel
math.order
sorting.quick
;
M:
object
inv-sort!
[
<=>
]
inv-sort-with!
;
USING:
math.order
sorting.quick
strings
;
M:
string
inv-sort!
[
<=>
]
inv-sort-with!
;
USING:
math.order
sorting.quick
vectors
;
M:
vector
inv-sort!
[
<=>
]
inv-sort-with!
;