(lookup-entry data namespace base-key)
(lookup-entry data namespace base-key default-value)
Attempts to find a value in a data map that can be stored under a key with our without a namespace.
Attempts to find a value in a data map that can be stored under a key with our without a namespace.
(require-entry data namespace base-key)
Attempts to find a value in a data map that can be stored under a key with our without a namespace. If a value could not be found an exception is thrown.
Attempts to find a value in a data map that can be stored under a key with our without a namespace. If a value could not be found an exception is thrown.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close