# Functions
Compare returns a string containing a line-by-line unified diff of the values in a and b, using the CompareConfig.
Fprint writes the representation of the given value to the writer according to the DefaultConfig.
Print writes the DefaultConfig representation of the given values to standard output.
Sprint returns a string representation of the given value according to the DefaultConfig.
# Variables
CompareConfig is the default configuration used for Compare.
CycleTracker is a convenience config for formatting and comparing recursive structures.
DefaultConfig is the default configuration used for all other top-level functions.
DefaultFormatter is the default set of overrides for stringification.