Function: avl-tree-create
avl-tree-create is a for avl-tree--create, defined in
avl-tree.el.gz.
Signature
(avl-tree-create COMPARE-FUNCTION)
Documentation
Create an empty AVL tree.
COMPARE-FUNCTION is a function which takes two arguments, A and B, and returns non-nil if A is less than B, and nil otherwise.