Skip to main content

pprint-newline

functionv1.2

clojure.pprint/pprint-newline

Available in:CLJCLJS
(pprint-newline [kind])
Print a conditional newline to a pretty printing stream. kind specifies if the newline is :linear, :miser, :fill, or :mandatory. This function is intended for use when writing custom dispatch functions. Output is sent to *out* which must be a pretty printing writer.

No examples yet. Be the first to add one!