Liking cljdoc? Tell your friends :D

juxt.iota


givenclj/s≠macro

clj
(given v & body)
cljs
(given &form &env v & body)

Given v, assert the following…

Given v, assert the following…
source (clj)source (cljs)raw docstring

if-cljsclj/smacro

(if-cljs then else)

Return then if we are generating cljs code and else for Clojure code. https://groups.google.com/d/msg/clojurescript/iBY5HaQda4A/w1lAQi9_AwsJ

Return then if we are generating cljs code and else for Clojure code.
https://groups.google.com/d/msg/clojurescript/iBY5HaQda4A/w1lAQi9_AwsJ
source (clj)source (cljs)raw docstring

isclj/s≠macro

clj
(is & args)
cljs
(is &form &env & args)
source (clj)source (cljs)

TestClauseclj/s≠protocol

as-test-functionclj/s

(as-test-function _)

Take the clause and return a function which is applied to the value under test

Take the clause and return a function which is applied to the value under test
source

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

× close