Liking cljdoc? Tell your friends :D

fxc.utils


benchcljmacro

(bench & forms)

Times the execution of forms, discarding their output and returning a long in nanoseconds.

Times the execution of forms, discarding their output and returning
a long in nanoseconds.
sourceraw docstring

bigdecimal->longclj

(bigdecimal->long bd)

Convert from BigDecimal to long for storage into mongo

Convert from BigDecimal to long for storage into mongo
sourceraw docstring

compressclj

(compress coll)

Compress a collection removing empty elements

Compress a collection removing empty elements
sourceraw docstring

log!clj

source

long->bigdecimalclj

(long->bigdecimal l)

Convert from long to BigDecimal for retrievals from mongo

Convert from long to BigDecimal for retrievals from mongo
sourceraw docstring

select-all-or-nothingclj

(select-all-or-nothing m keys)
source

truncclj

(trunc s n)

Truncate string at length

Truncate string at length
sourceraw docstring

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

× close