NilToExpr

object NilToExpr extends ToExpr[Nil.type]

Default implementation of ToExpr[Nil.type]

Source:
ToExpr.scala
trait ToExpr[Nil.type]
class Object
trait Matchable
class Any

Value members

Concrete methods

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