File: nrepl-dict.el.html

Provides functions to interact with and create nrepl-dicts. These are simply plists with an extra element at the head, and using equal for comparison of string keys.

Defined variables (0)

Defined functions (22)

nrepl--alist-to-plist(MAYBE-ALIST)
nrepl--cons(CAR LIST-OR-DICT)
nrepl--merge(DICT1 DICT2 &optional NO-JOIN)
nrepl--nreverse(LIST-OR-DICT)
nrepl--push(OBJ STACK)
nrepl-dbind-response(RESPONSE KEYS &rest BODY)
nrepl-dict(&rest KEY-VALS)
nrepl-dict-contains(DICT KEY)
nrepl-dict-empty-p(DICT)
nrepl-dict-filter(FUNCTION DICT)
nrepl-dict-flat-map(FUNCTION DICT)
nrepl-dict-from-hash(HASH)
nrepl-dict-get(DICT KEY)
nrepl-dict-get-in(DICT KEYS)
nrepl-dict-keys(DICT)
nrepl-dict-map(FN DICT)
nrepl-dict-merge(DICT1 DICT2)
nrepl-dict-p(OBJECT)
nrepl-dict-put(DICT KEY VALUE)
nrepl-dict-vals(DICT)
nrepl-plist-get(PLIST PROP)
nrepl-plist-put(PLIST PROP VAL)

Defined faces (0)