Liking cljdoc? Tell your friends :D

cambium.internal


as-strclj

(as-str x)

Turn anything into string

Turn anything into string
sourceraw docstring

expectedclj

(expected expectation found)
(expected pred expectation found)

Throw IllegalArgumentException indicating what was expected and what was found instead.

Throw IllegalArgumentException indicating what was expected and what was found instead.
sourceraw docstring

mdc-literal?clj

(mdc-literal? x)

Return true if potential MDC literal/expression, false otherwise.

Return true if potential MDC literal/expression, false otherwise.
sourceraw docstring

scalar-literal?clj

(scalar-literal? x)

Return true if argument is a program literal, false otherwise.

Return true if argument is a program literal, false otherwise.
sourceraw docstring

strcatcljmacro

(strcat)
(strcat token)

Stripped down impl of Stringer/strcat: https://github.com/kumarshantanu/stringer

Stripped down impl of Stringer/strcat: https://github.com/kumarshantanu/stringer
sourceraw docstring

stringify-nested-keysclj

(stringify-nested-keys stringify-key v)

Given a potentially nested structure, turn all map keys to string using the stringify-key argument.

Given a potentially nested structure, turn all map keys to string using the stringify-key argument.
sourceraw docstring

throwable-literal?clj

(throwable-literal? x)

Return true if potential throwable exception literal/expression, false otherwise.

Return true if potential throwable exception literal/expression, false otherwise.
sourceraw docstring

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

× close