Method: (P-AREF PERSISTENT-ARRAY)

Source

(defmethod p-aref ((array persistent-array) &rest indices)
  (apply #'persistent-data-read #'aref array indices))
Source Context