Implicit class that adds a pretty
method to any object.
Implicit class that adds a pretty
method to any object.
The constructor of this class, besides taking an object o
to prettify,
also takes an implicit Prettifier
that the pretty
method will use to prettify the
object.
Provides an implicit conversion that enables
pretty
to be invoked on any object, to transform that object into aString
representation.