Function: accessor--slot

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

Signature

(accessor--slot OBJ)

Documentation

Access slot "slot" of OBJ of type accessor.

Source Code

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