Function: accessor--type

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

Signature

(accessor--type OBJ)

Documentation

Access slot "type" 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)