(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |