Handbook
Glossary
<avl> ( -- tree )
AVL trees
Prev:
avl
Next:
>avl ( assoc -- avl )
Vocabulary
trees
.
avl
Inputs
None
Outputs
tree
an
avl
Word description
Creates an empty AVL tree
Definition
USING:
trees.private
;
IN:
trees.avl
:
<avl>
( -- tree )
avl
new-tree
;
inline