ArrayOfCharToExpr

scala.quoted.ToExpr.ArrayOfCharToExpr
object ArrayOfCharToExpr extends ToExpr[Array[Char]]

Default implementation of ToExpr[Array[Char]]

Attributes

Source
ToExpr.scala
Graph
Supertypes
trait ToExpr[Array[Char]]
class Object
trait Matchable
class Any
Self type

Members list

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

Attributes

Source
ToExpr.scala