ToString

trait ToString[a: Type]Source

A trait for types that can be converted to strings.

Signatures

def toString(x: a): String with ToString[a] Source

Returns a string representation of the given x.