Liking cljdoc? Tell your friends :D

brimley.util


absentclj

special unique value to signify a key was not present (vs set to nil)

special unique value to signify a key was not present (vs set to nil)
sourceraw docstring

absent?clj

(absent? x)

return true if x was absent. use with get and get-in

return true if x was absent. use with get and get-in
sourceraw docstring

deref-and-validateclj

(deref-and-validate ctx-atm)

throw if the menu is malformed. otherwise return the current choices and path.

throw if the menu is malformed.
otherwise return the current choices and path.
sourceraw docstring

keys-inclj

(keys-in m)

returns the paths to all the leaf node keys in map m. https://stackoverflow.com/a/21769786 -- thank you Alex.

returns the paths to all the leaf node keys in map m.
https://stackoverflow.com/a/21769786 -- thank you Alex.
sourceraw docstring

leaves-inclj

(leaves-in m)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close