Liking cljdoc? Tell your friends :D
All platforms.

question-mark.demo


isclj/smacro

(is x)
(is x & xs)

arity 1: assert that given argument is truthy arity n : assert that given args are truthy and equals

arity 1: assert that given argument is truthy
arity n : assert that given args are truthy and equals
sourceraw docstring

isntclj/smacro

(isnt x)
(isnt x & xs)

every argument has to be falsy

every argument has to be falsy
sourceraw docstring

mclj/s

source

mix-testclj/s

(mix-test x)
source

throwsclj/smacro

(throws x)
source

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

× close