Function: comp-func-d-type

comp-func-d-type is a byte-compiled function defined in comp.el.gz.

Signature

(comp-func-d-type CL-X)

Documentation

Access slot "type" of comp-func-d struct CL-X.

Mvar holding the derived return type.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp.el.gz
(cl-defstruct (comp-func-d (:include comp-func))
  "Dynamically-scoped function."
  (lambda-list nil :type list
        :documentation "Original lambda-list."))