(add-realm-formatter realm format formatter)
Returns a copy of the given realm, with a formatter to the given target format attached.
Returns a copy of the given realm, with a formatter to the given target format attached.
(translator-from from-realm to-format)
Returns a function that translates values of the given realm into a
formatted value, according to the given format
.
Returns a function that translates values of the given realm into a formatted value, according to the given `format`.
(translator-to to-realm from-format)
Returns a function that translates formatted values into values of the
given realm, according to the given format
.
Returns a function that translates formatted values into values of the given realm, according to the given `format`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close