Function: eieio-pcase-slot-index-table

eieio-pcase-slot-index-table is a byte-compiled function defined in eieio.el.gz.

Signature

(eieio-pcase-slot-index-table OBJ)

Documentation

Return some data structure from which can be extracted the slot offset.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/eieio.el.gz
;; Keep it as a non-inlined function, so the internals of object don't get
;; hard-coded in random .elc files.
(defun eieio-pcase-slot-index-table (obj)
  "Return some data structure from which can be extracted the slot offset."
  (eieio--class-index-table (eieio--object-class obj)))