Generic Function: COMMENT-PART-P
Source
(defgeneric comment-part-p (obj) (:method ((obj t)) nil) (:method ((obj comment-part)) t))
Source Context