Liking cljdoc? Tell your friends :D

detritus


eprclj

(epr & args)

#'pr but to *err*.

`#'pr` but to `*err*`.
sourceraw docstring

eprintclj

(eprint & args)

#'print but to *err*.

`#'print` but to `*err*`.
sourceraw docstring

eprintfclj

(eprintf & args)

#'printf but to *err*.

`#'printf` but to `*err*`.
sourceraw docstring

eprintlnclj

(eprintln & args)

#'println but to *err*.

`#'println` but to `*err*`.
sourceraw docstring

eprnclj

(eprn & args)

#'prn but to *err*.

`#'prn` but to `*err*`.
sourceraw docstring

Namedcljprotocol

nameclj

(name obj)

namespaceclj

(namespace obj)
source

nonecljmacro

(none & forms)
source

xorcljmacro

(xor & forms)
source

zipclj

(zip & colls)

Zips the argument collections together, returning striped sequences of the nth element from each sequence.

user> (zip [1 2 3]
           [4 5 6])
([1 4]
 [2 5]
 [3 6])
Zips the argument collections together, returning striped sequences
of the nth element from each sequence.

```
user> (zip [1 2 3]
           [4 5 6])
([1 4]
 [2 5]
 [3 6])
```
sourceraw docstring

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

× close