Function: ewoc--dll

ewoc--dll is a byte-compiled function defined in ewoc.el.gz.

Signature

(ewoc--dll CL-X)

Documentation

Access slot "dll" of ewoc struct CL-X.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/ewoc.el.gz
;;; The ewoc data type

(cl-defstruct (ewoc
	    (:constructor nil)
	    (:constructor ewoc--create (buffer pretty-printer dll))
	    (:conc-name ewoc--))
  buffer pretty-printer header footer dll last-node hf-pp)