Handbook
Glossary
data-nth ( n data -- entry )
Vocabulary
heaps
.
private
Inputs
n
an
object
data
an
object
Outputs
entry
an
object
Definition
USING:
kernel.private
sequences.private
;
IN:
heaps.private
:
data-nth
( n data -- entry )
nth-unsafe
{
entry
}
declare
;
inline