Function: oclosure--slot-index
oclosure--slot-index is a byte-compiled function defined in
oclosure.el.gz.
Signature
(oclosure--slot-index OCLOSURE SLOTNAME)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/oclosure.el.gz
(defun oclosure--slot-index (oclosure slotname)
(gethash slotname
(oclosure--class-index-table
(cl--find-class (oclosure-type oclosure)))))