ArrayOfCharToExpr

Default implementation of ToExpr[Array[Char]]

Source:
ToExpr.scala
trait ToExpr[Array[Char]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(array: Array[Char])(using Quotes): Expr[Array[Char]]

Lift a value into an expression containing the construction of that value

Lift a value into an expression containing the construction of that value

Source:
ToExpr.scala