Function: P-CDDR

Documentation

The persistent equivalent of CDDR.

Source

(defun p-cddr (object)
  "The persistent equivalent of CDDR."
  (p-cdr (p-cdr object)))
Source Context