Function: save-wisp-k

Source

(defun save-wisp-k (k-id k type &rest data) 
  (setf (gethash k-id *wisp-ks*) (list* k type *package* data)))
Source Context