Function: ht-set!--inliner

ht-set!--inliner is a function defined in ht.el.

Signature

(ht-set!--inliner INLINE--FORM TABLE KEY VALUE)

Source Code

;; Defined in ~/.emacs.d/elpa/ht-20230703.558/ht.el
;; Closure converted to defun by helpful.
(defun ht-set!--inliner
    (inline--form table key value)
  (ignore inline--form)
  (catch 'inline--just-use
    (list 'prog1 nil
	  (list 'puthash key value table))))