Method: (P-CDR PERSISTENT-CONS)
Source
(
defmethod
p-cdr ((
cons
persistent-cons)) (
persistent-data-read
#'cdr cons))
Source Context