Liking cljdoc? Tell your friends :D
Clojure only.

com.timezynk.assert.util


catch-assertcljmacro

(catch-assert body)

For testing compile-time assertion.

Returns

0 <- Call went through without exceptions. 1 <- Incorrect field caused compiler exception. 2 <- Incorrect value compiler exception. -1 <- Other compiler exception or general exception.

For testing compile-time assertion.

**Returns**

 0 <- Call went through without exceptions.
 1 <- Incorrect field caused compiler exception.
 2 <- Incorrect value compiler exception.
-1 <- Other compiler exception or general exception.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close