CharConstantModule

Methods of the module object val CharConstant

Source:
Quotes.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

Create a constant Char value

Create a constant Char value

Source:
Quotes.scala
def unapply(constant: CharConstant): Some[Char]

Match Char value constant and extract its value

Match Char value constant and extract its value

Source:
Quotes.scala