Liking cljdoc? Tell your friends :D

sicmutils.util

Shared utilities between clojure and clojurescript.

Shared utilities between clojure and clojurescript.
raw docstring

arithmetic-exclj/s

(arithmetic-ex s)
source

bigintclj/s

(bigint x)
source

bigint?clj/s

(bigint? x)

Returns true if the supplied x is a BigInt, false otherwise.

Returns true if the supplied `x` is a `BigInt`, false otherwise.
sourceraw docstring

bigintegerclj/s

(biginteger x)
source

biginttypeclj/s

source

compute-absclj/s

source

compute-exptclj/s

source

compute-sqrtclj/s

source

countedclj/s

(counted f)
(counted f initial-count)

Takes a function and returns a pair of:

  • an atom that keeps track of fn invocation counts,
  • the instrumented fn
Takes a function and returns a pair of:

- an atom that keeps track of fn invocation counts,
- the instrumented fn
sourceraw docstring

doubleclj/s

(double x)
source

exceptionclj/s

(exception s)
source

failure-to-convergeclj/s

(failure-to-converge s)
source

illegalclj/s

(illegal s)
source

illegal-stateclj/s

(illegal-state s)
source

intclj/s

(int x)
source

inttypeclj/s

source

keysetclj/s

(keyset m)
source

longclj/s

(long x)
source

longtypeclj/s

source

map-valsclj/s

(map-vals f m)

Returns a map of identical type and key set to m, with each value v transformed by the supplied functionf into (f v).

Returns a map of identical type and key set to `m`, with each value `v`
transformed by the supplied function`f` into `(f v)`.
sourceraw docstring

parse-bigintclj/s

(parse-bigint x)
source

re-matches?clj/s

(re-matches? re s)

Returns true if s matches the regex pattern re, false otherwise.

Returns true if s matches the regex pattern re, false otherwise.
sourceraw docstring

timeout-exclj/s

(timeout-ex s)
source

unsupportedclj/s

(unsupported s)
source

uuidclj/s

(uuid)

Returns a string containing a randomly generated unique identifier.

Returns a string containing a randomly generated unique identifier.
sourceraw docstring

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

× close