Printer

scala.quoted.Quotes.reflectModule.Printer
trait Printer[T]

Type class used in show methods to provide customizable String representations.

Attributes

Source
Quotes.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def show(x: T): String

Shows the arguments as a String.

Shows the arguments as a String.

Attributes

Source
Quotes.scala