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