(if-class class then else)
When the class can be found, this expands to the form in the then
clause;
when not, it expands to the form in the else
clause.
When the class can be found, this expands to the form in the `then` clause; when not, it expands to the form in the `else` clause.
(when-class class & body)
When the class can be found, this expands to the body; when not, it suppresses it.
When the class can be found, this expands to the body; when not, it suppresses it.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close