Function: byte-to-native-top-level-form

byte-to-native-top-level-form is a byte-compiled function defined in bytecomp.el.gz.

Signature

(byte-to-native-top-level-form CL-X)

Documentation

Access slot "form" of byte-to-native-top-level struct CL-X.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(cl-defstruct byte-to-native-top-level
  "All other top-level forms."
  form lexical)