Handbook
Glossary
nth-chunk ( n size -- from to )
Vocabulary
sorting
.
private
Inputs
n
an
object
size
an
object
Outputs
from
an
object
to
an
object
Definition
USING:
kernel
math
;
IN:
sorting.private
:
nth-chunk
( n size -- from to )
[
*
dup
]
keep
+
;
inline