(entries obj)(entries prefix obj)Given a nested object, compute the entries in it as (fully-qualified path, value) pairs.
Given a nested object, compute the entries in it as (fully-qualified path, value) pairs.
(with-sentinel fancy-diff)(with-sentinel {:keys [changed] :as fancy-diff}
{:keys [sentinel path-pred]
:or {sentinel nil path-pred (constantly true)}})Sometimes, your nested value will always have all keys, but use a sentinel to mean that the real value is unknown.
Sometimes, your nested value will always have all keys, but use a sentinel to mean that the real value is unknown.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |