Handbook
Glossary
data-set-nth ( entry n data -- )
Vocabulary
heaps
.
private
Inputs
entry
an
object
n
an
object
data
an
object
Outputs
None
Definition
USING:
accessors
kernel
sequences.private
;
IN:
heaps.private
:
data-set-nth
( entry n data -- )
[
[
>>index
]
keep
]
dip
set-nth-unsafe
;
inline