object DefaultShow : Show<Any?>
A default implementation of Show that handles arrays, collections and primitives as well as nullable values.
Returns a printable version of this object as an instance of Printed
fun show(a: Any?): Printed