Generic Function: GO-TAG-FORM-P

Source

(defgeneric go-tag-form-p (object)
  (:method ((object go-tag-form)) t)
  (:method ((object t))           nil))
Source Context