scala / 3.1 / scala / quoted / quotes$reflectmodule$charconstantmodule.html

Trait scala.quoted.CharConstantModule

Methods of the module object val CharConstant

Supertypes
Self type

Abstract methods

Source

Create a constant Char value

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

Match Char value constant and extract its value

© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.1.1/scala/quoted/Quotes$reflectModule$CharConstantModule.html