CharConstant

scala.quoted.runtime.impl.QuotesImpl.reflect$.CharConstant$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(x: Char): CharConstant

Create a constant Char value

Create a constant Char value

Attributes

def unapply(constant: CharConstant): Some[Char]

Match Char value constant and extract its value

Match Char value constant and extract its value

Attributes