Generic Function: OBJECT-ID

Documentation

Returns the object id of a persistent-object or persistent-data.

Source

(defgeneric object-id (object)
  (:documentation "Returns the object id of a persistent-object or
persistent-data."))
Source Context