Liking cljdoc? Tell your friends :D

clojure.data.xml.impl

Shared private code for data.xml namespaces

Shared private code for data.xml namespaces
raw docstring

b64-encodeclj

(b64-encode ba)

compile-ifcljmacro

(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
raw docstring

export-apicljmacro

(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
raw docstring

extend-protocol-fnscljmacro

(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
raw docstring

static-casecljmacro

(static-case val & cases)

Variant of case where keys are evaluated at compile-time

Variant of case where keys are evaluated at compile-time
raw docstring

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

× close