CharConstantModule (original) (raw)
scala.quoted.Quotes.reflectModule.CharConstantModule
trait CharConstantModule
Methods of the module object val CharConstant
Attributes
Source
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CharConstant.type
Members list
Value members
Abstract methods
def apply(x: Char): CharConstant
Create a constant Char value
Create a constant Char value
Attributes
Source
def unapply(constant: CharConstant): Some[Char]
Match Char value constant and extract its value
Match Char value constant and extract its value
Attributes
Source