API Reference
PrettyPrinting.pprint — Functionpprint([io::IO], data)Display the data so that it fits the width of the output screen.
PrettyPrinting.pprintln — Functionpprintln([io::IO], data)Display the data using pprint and print a line break.
PrettyPrinting.quoteof — Functionquoteof(obj)Convert an object to its representation in Julia AST.
Implement this method to customize pprint on a user-defined type.
PrettyPrinting.tile — Functiontile(obj)Convert an object to the corresponding layout expression.
Implement this method to customize pprint on a user-defined type.