Handbook
Glossary
kth-objects-unsafe ( seq kths quot: ( x y -- ? ) -- elts )
Vocabulary
math
.
statistics
.
private
Inputs
seq
an
object
kths
an
object
quot
a
quotation
with stack effect
( x y -- ? )
Outputs
elts
an
object
Definition
USING:
kernel
sequences
;
IN:
math.statistics.private
:
kth-objects-unsafe
( seq kths quot: ( x y -- ? ) -- elts )
[
kth-object-unsafe
]
curry
with
map
;
inline