Liking cljdoc? Tell your friends :D

freecoin-lib.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->longcljdeprecated

(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

dologclj

(dolog name trace desc)
source

log!clj

(log! n t d)
source

long->bigdecimalcljdeprecated

(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

string->BigDecimalclj

(string->BigDecimal amount)
source

string->Decimal128clj

(string->Decimal128 amount)
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