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