NilToExpr

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

Default implementation of ToExpr[Nil.type]

Attributes

Graph
Supertypes
trait ToExpr[Nil]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

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

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