ToExpr (original) (raw)

scala.quoted.ToExpr

See theToExpr companion object

A type class for types that can convert a value of T into quoted.Expr[T] an expression that will create a copy of the value.

Attributes

Companion

object

Source

ToExpr.scala

Graph

Supertypes

Known subtypes

Members list

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

In this article