(formatter)
(formatter {:keys [digits threshold na nan inf -inf] :or {digits -6 threshold 8 na "NA" nan "NaN" inf "∞" -inf "-∞"}})
(int-formatter)
(int-formatter {:keys [digits na hex?] :or {digits 0 na "NA" hex? false}})
cljdoc is a website building & hosting documentation for Clojure/Script libraries