Handbook
Glossary
higher-node-in-child? ( key node -- ? )
Vocabulary
trees
.
private
Inputs
key
an
object
node
an
object
Outputs
?
an
object
Definition
USING:
accessors
kernel
;
IN:
trees.private
:
higher-node-in-child?
( key node -- ? )
[
nip
right>>
]
[
key>>
=
]
2bi
and
;