Function: oclosure-accessor--index

oclosure-accessor--index is a byte-compiled function defined in oclosure.el.gz.

Signature

(oclosure-accessor--index OBJ)

Documentation

Access slot "index" of OBJ of type oclosure-accessor.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/oclosure.el.gz
(oclosure-define (oclosure-accessor
                  (:parent accessor)
                  (:copier oclosure--accessor-copy (type slot index)))
  "OClosure function to access a specific slot of an OClosure function."
  index)