exceeds_expectations.pretty_print

Undocumented in source.

Members

Functions

prettyPrint
string prettyPrint(T value)

Prints the given value in a nice, human readable format. If receiving a string, it will output the string with bold double quotes indicating the start and end of the string. if the returned string had line breaks, it is guaranteed to also start and end with a line break.

prettyPrintInheritanceTree
string prettyPrintInheritanceTree(TypeInfo typeInfo, int indentLevel)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta