Function: s--truthy?
s--truthy? is a byte-compiled function defined in s.el.
Signature
(s--truthy? VAL)
Source Code
;; Defined in ~/.emacs.d/elpa/s-20220902.1511/s.el
(defun s--truthy? (val)
(declare (pure t) (side-effect-free t))
(not (null val)))