Handbook
Glossary
unbox-<tuple-boa> ( #call -- nodes )
Vocabulary
compiler
.
tree
.
tuple-unboxing
Inputs
#call
an
object
Outputs
nodes
an
object
Definition
USING:
accessors
compiler.tree
kernel
sequences
;
IN:
compiler.tree.tuple-unboxing
:
unbox-<tuple-boa>
( #call -- nodes )
dup
unbox-output?
[
in-d>>
1
tail*
<#drop>
]
when
;