Function: get-direct-wethods

Source

(defun get-direct-wethods (&optional (package *package*))
   (gethash (^keyword package) *package-wethods*))
Source Context