Function: cl--struct-new-class--cmacro
cl--struct-new-class--cmacro is a function defined in
cl-preloaded.el.gz.
Signature
(cl--struct-new-class--cmacro _CL-WHOLE-ARG NAME DOCSTRING PARENTS TYPE NAMED SLOTS INDEX-TABLE CHILDREN-SYM TAG PRINT)
Documentation
compiler-macro for inlining cl--struct-new-class.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/cl-preloaded.el.gz
;; Closure converted to defun by helpful.
(defun cl--struct-new-class--cmacro
(_cl-whole-arg name docstring parents type named slots index-table children-sym tag print)
"compiler-macro for inlining `cl--struct-new-class'."
(cl-block cl--struct-new-class--cmacro
(cl--defsubst-expand
'(name docstring parents type named slots index-table children-sym tag print)
'(cl-block cl--struct-new-class
(record 'cl-structure-class name docstring parents slots index-table tag type named print children-sym))
nil nil nil name docstring parents type named slots index-table children-sym tag print)))