Function: avl-tree--check

avl-tree--check is a byte-compiled function defined in avl-tree.el.gz.

Signature

(avl-tree--check TREE)

Documentation

Check the balance of TREE.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/avl-tree.el.gz
(defun avl-tree--check (tree)
  "Check the balance of TREE."
  (avl-tree--check-node (avl-tree--root tree)))