Handbook
Glossary
intersect-slot ( info1 info2 -- info )
Vocabulary
compiler
.
tree
.
propagation
.
info
Inputs
info1
an
object
info2
an
object
Outputs
info
an
object
Definition
USING:
kernel
;
IN:
compiler.tree.propagation.info
:
intersect-slot
( info1 info2 -- info )
2dup
and
[
(value-info-intersect)
]
[
2drop
f
]
if
;