Skip to main content

formatter

macrov1.7

cljs.pprint/formatter

Available in:CLJCLJS
(formatter [format-in])
Makes a function which can directly run format-in. The function is fn [stream & args] ... and returns nil unless the stream is nil (meaning output to a string) in which case it returns the resulting string. format-in can be either a control string or a previously compiled format.

No examples yet. Be the first to add one!