Function: comp-latch-name
comp-latch-name is a byte-compiled function defined in comp.el.gz.
Signature
(comp-latch-name comp-latch-name X)
Documentation
Access slot "name" of comp-latch struct X.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp.el.gz
(cl-defstruct (comp-latch (:copier nil)
(:include comp-block))
"A basic block for a latch loop.")