StringConstantModule

Methods of the module object val StringConstant

Source
Quotes.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

Create a constant String value

Create a constant String value

Source
Quotes.scala
def unapply(constant: StringConstant): Some[String]

Match String value constant and extract its value

Match String value constant and extract its value

Source
Quotes.scala