Handbook
Glossary
tree-node
Vocabulary
benchmark
.
binary-trees
Definition
IN:
benchmark.binary-trees
TUPLE:
tree-node
item left right
;
Methods
USING:
accessors
benchmark.binary-trees
kernel
math
;
M:
tree-node
item-check
[
item>>
]
[
left>>
]
[
right>>
]
tri
[
item-check
]
bi@
-
+
;