Package-level declarations

Types

Link copied to clipboard
enum Eol : Enum<Eol>
Link copied to clipboard
interface IPrintable

An object that can be converted to a structured text representation for debugging purposes.

Link copied to clipboard
Link copied to clipboard
class RName

Recursive name. For constructs like Aaaa.Bbb::CCC

Functions

Link copied to clipboard
inline fun Boolean.condstr(f: () -> String): String
Link copied to clipboard
fun Any?.print(printer: PrettyPrinter)
Link copied to clipboard
inline fun printer(content: PrettyPrinter.() -> Unit): PrettyPrinter
Link copied to clipboard
fun Any?.println(printer: PrettyPrinter)
Link copied to clipboard