class ToString[a: Type]
A trait for types that can be converted to strings.
def toString(x: a): String with ToString[a]
Returns a string representation of the given x.