Liking cljdoc? Tell your friends :D

net.ozias.crypt.libcrypt


+mod32clj

(+mod32 a b)

+modwclj

(+modw)
(+modw a)
(+modw a b)
(+modw a b & more)

-modwclj

(-modw a b)

maybecljmacro

(maybe & body)

Assuming that the body of code returns X, this macro returns [X nil] in the case of no error and [nil E] in event of an exception object E.

Assuming that the body of code returns X, this macro returns [X nil] in the case of no error
and [nil E] in event of an exception object E.
raw docstring

mbpbclj


mwpbclj


to-hexclj

(to-hex val)
(to-hex val len)

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

× close