Liking cljdoc? Tell your friends :D
All platforms.

darkleaf.effect.util


getxclj/s

(getx m k)
(getx m k msg)

Like two-argument get, but throws an exception if the key is not found.

Like two-argument get, but throws an exception if the key is not found.
raw docstring

getx-inclj/s

(getx-in m ks)
(getx-in m ks msg)

Like two-argument get-in, but throws an exception if the keys are not found.

Like two-argument get-in, but throws an exception if the keys are not found.
raw docstring

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

× close