Handbook
Glossary
<avl-node> ( key value -- node )
Vocabulary
trees
.
avl
.
private
Inputs
key
an
object
value
an
object
Outputs
node
an
object
Definition
USING:
accessors
trees.private
;
IN:
trees.avl.private
:
<avl-node>
( key value -- node )
avl-node
new-node
0
>>balance
;
inline