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