Function: avl-tree--node-data--inliner

avl-tree--node-data--inliner is a function defined in avl-tree.el.gz.

Signature

(avl-tree--node-data--inliner INLINE--FORM X)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/avl-tree.el.gz
;; Could not find source code, showing raw function object.
#[(inline--form x)
  ((ignore inline--form)
   (catch 'inline--just-use
     (let*
	 ((exp x)
	  (x (if (macroexp-copyable-p exp) exp (make-symbol "x")))
	  (body (list 'progn (list 'aref x 2))))
       (if (eq x exp) body (macroexp-let* (list (list x exp)) body)))))
  (cl-struct-avl-tree--node-tags)]