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 cl--struct-new-class.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/cl-preloaded.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg name docstring parents type named slots index-table
children-sym tag print)
((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)))
(cl-struct-cl-structure-class-tags) nil
"compiler-macro for `cl--struct-new-class'."]