Shared private code for data.xml namespaces
Shared private code for data.xml namespaces
(b64-encode ba)
(compile-if exp then else)
Evaluate exp
and if it returns logical true and doesn't error, expand to
then
. Else expand to else
.
see clojure.core.reducers
Evaluate `exp` and if it returns logical true and doesn't error, expand to `then`. Else expand to `else`. see clojure.core.reducers
(export-api & names)
This creates vars, that take their (local) name, value and metadata from another var
This creates vars, that take their (local) name, value and metadata from another var
(extend-protocol-fns proto & types+mmaps)
Helper to many types to a protocol with a method map, similar to extend
Helper to many types to a protocol with a method map, similar to extend
(static-case val & cases)
Variant of case where keys are evaluated at compile-time
Variant of case where keys are evaluated at compile-time
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close