Package-level declarations
Types
Link copied to clipboard
data class PPrinter(val defaultWidth: Int = 100, val defaultHeight: Int = 500, val defaultIndent: Int = 2, val defaultEscapeUnicode: Boolean = false, val defaultShowFieldNames: Boolean = true, val colorLiteral: Attrs = FansiColor.Green, val colorApplyPrefix: Attrs = FansiColor.Yellow, val showGenericForCollections: Boolean = true) : Walker
Link copied to clipboard
object ProductSupport
Link copied to clipboard
class Result(val iter: Iterator<Str>, val completedLineCount0: () -> Int, val lastLineLength0: () -> Int)
The intermediate return type of the pretty-print system: provides an iterator which produces the actual string output, as well as metadata around that output that is only available after the iterator is exhausted
Link copied to clipboard