avl-tree-member-p

avl-tree-member-p is a compiled Lisp function in `avl-tree.el'.

(avl-tree-member-p TREE DATA)

Return t if an element matching DATA exists in the AVL tree TREE.
Otherwise return nil. Matching uses the comparison function
previously specified in `avl-tree-create' when TREE was created.