ConstantMethods

Extension methods of Constant

Source
Quotes.scala

Extensions

Extensions

extension (self: Constant)
def show(using Printer[Constant]): String

Shows the constant as a String

Shows the constant as a String

Source
Quotes.scala
def value: Any

Returns the value of the constant

Returns the value of the constant

Source
Quotes.scala