Function: ewoc--node-left--cmacro
ewoc--node-left--cmacro is a function defined in ewoc.el.gz.
Signature
(ewoc--node-left--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for ewoc--node-left.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/ewoc.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg cl-x)
((cl-block ewoc--node-left--cmacro
(cl--defsubst-expand '(cl-x)
'(cl-block ewoc--node-left
(progn (aref cl-x 0)))
nil nil nil cl-x)))
(t) nil "compiler-macro for `ewoc--node-left'."]