Function: built-in-class-parents
built-in-class-parents is a byte-compiled function defined in
cl-preloaded.el.gz.
Signature
(built-in-class-parents CL-X)
Documentation
Access slot "parents" of built-in-class struct CL-X.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/cl-preloaded.el.gz
(cl-defstruct (built-in-class
(:include cl--class)
(:noinline t)
(:constructor nil)
(:constructor built-in-class--make (name docstring parents))
(:copier nil))
"Type descriptors for built-in types.
The `slots' (and hence `index-table') are currently unused."
)