NilFromExpr

Default implementation of FromExpr[Nil] - Transform '{Nil} into Some(Nil) - Otherwise returns None

Default implementation of FromExpr[Nil] - Transform '{Nil} into Some(Nil) - Otherwise returns None

Value members

Concrete methods

def unapply(x: Expr[Nil])(using Quotes): Option[Nil]