Printer

trait Printer[T]

Type class used in show methods to provide customizable String representations

Source:
Quotes.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

def show(x: T): String

Show the arguments as a String

Show the arguments as a String

Source:
Quotes.scala