NilToExpr

object NilToExpr extends ToExpr[Nil]

Default implementation of ToExpr[Nil.type]

trait ToExpr[Nil]
class Object
trait Matchable
class Any

Value members

Concrete methods

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