Function: comp-data-container-idx
comp-data-container-idx is a byte-compiled function defined in
comp.el.gz.
Signature
(comp-data-container-idx CL-X)
Documentation
Access slot "idx" of comp-data-container struct CL-X.
Obj -> position into the previous field.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp.el.gz
(cl-defstruct comp-data-container
"Data relocation container structure."
(l () :type list
:documentation "Constant objects used by functions.")
(idx (make-hash-table :test 'comp-imm-equal-test) :type hash-table
:documentation "Obj -> position into the previous field."))