(doublify tuples)
Takes a sequence of tuples and converts all numbers to doubles. For example: (doublify [[1 :a] [2 :b]]) ;; [[1.0 :a] [2.0 :b]]
Takes a sequence of tuples and converts all numbers to doubles. For example: (doublify [[1 :a] [2 :b]]) ;; [[1.0 :a] [2.0 :b]]
(is-specs= set1 set2)
(is-tuplesets= set1 set2)
(process?- _ bindings)
Used in testing, returns the result from processing the bindings
Used in testing, returns the result from processing the bindings
(test?- & bindings)
(test?<- & args)
(thrown?<- error & body)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close