(apply-codecs s ext+s->s)
Wrap given InputStream
or OutputStream
with codecs specified in ext+s->s
sequence
Wrap given `InputStream` or `OutputStream` with codecs specified in `ext+s->s` sequence
(die msg)
(die msg cause)
A shortcut for (throw (ex-info ...))
A shortcut for (throw (ex-info ...))
(intercalate-with-dirs kvs)
(intercalate-with-dirs delimiter kvs)
(intercalate-with-dirs delimiter last-flushed-dir [kv & kvs])
(rethrowing msg & body)
Evaluate body, and if any exception is thrown then wrap that exception into an ex-info with the specified msg and map before rethrowing it.
Evaluate body, and if any exception is thrown then wrap that exception into an ex-info with the specified msg and map before rethrowing it.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close