Method: (FETCH-TAL-VALUE T HASH-TABLE)
Source
(defmethod fetch-tal-value (name (ht hash-table)) (gethash name ht))
Source Context