avl-tree-mapc

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

(avl-tree-mapc FUN TREE &optional REVERSE)

Apply FUNCTION to all elements in AVL tree TREE,
for side-effect only.

FUNCTION is applied to the elements in ascending order, or
descending order if REVERSE is non-nil.