Function: nrepl-dict-empty-p

nrepl-dict-empty-p is a byte-compiled function defined in nrepl-dict.el.

Signature

(nrepl-dict-empty-p DICT)

Documentation

Return t if nREPL dict DICT is empty.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/nrepl-dict.el
(defsubst nrepl-dict-empty-p (dict)
  "Return t if nREPL dict DICT is empty."
  (null (cdr dict)))