ListToExpr

given ListToExpr[T]: ToExpr[List[T]]

Default implementation of ToExpr[List[T]]

Source
ToExpr.scala

Value members

Concrete methods

def apply(xs: List[T])(using Quotes): Expr[List[T]]