Function: ht-empty?--inliner
ht-empty?--inliner is a function defined in ht.el.
Signature
(ht-empty?--inliner INLINE--FORM TABLE)
Source Code
;; Defined in ~/.emacs.d/elpa/ht-20230703.558/ht.el
;; Closure converted to defun by helpful.
(defun ht-empty?--inliner
(inline--form table)
(ignore inline--form)
(catch 'inline--just-use
(list 'zerop
(list 'ht-size table))))