Scieneer Common Lisp 1.3.9 online documentation gethash key hash-table &optional default [Function] Finds the entry in hash-table whose key is key and returns the associated value and t as multiple values, or returns default and nil if there is no such entry. Entries can be added using setf.
(setf (gethash key hash-table &optional default) new-value) [Function]