CharToExpr

given CharToExpr[T <: Char]: ToExpr[T]

Default implementation of ToExpr[Char]

Source:
ToExpr.scala

Value members

Concrete methods

def apply(x: T)(using Quotes): Expr[T]