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