NilToExpr

scala.quoted.ToExpr.NilToExpr
object NilToExpr extends ToExpr[Nil.type]

Default implementation of ToExpr[Nil.type]

Attributes

Source
ToExpr.scala
Graph
Supertypes
trait ToExpr[Nil.type]
class Object
trait Matchable
class Any
Self type
NilToExpr.type

Members list

Value members

Concrete methods

def apply(xs: Nil.type)(using Quotes): Expr[Nil.type]

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