Handbook
Glossary
>avl ( assoc -- avl )
AVL trees
Prev:
<avl> ( -- tree )
Next:
AVL{
Vocabulary
trees
.
avl
Inputs
assoc
an
assoc
Outputs
avl
an
avl
Word description
Converts any
assoc
into an AVL tree. If the input assoc is any kind of
tree
, the elements are added in level order (breadth-first search) to attempt to copy it's shape.
Definition
USING:
assocs
;
IN:
trees.avl
:
>avl
( assoc -- avl )
T{
avl
}
assoc-clone-like
;