TupleConsToExpr

given TupleConsToExpr[H, T <: Tuple]: ToExpr[H *: T]

Default implementation of ToExpr[H *: T]

Source
ToExpr.scala

Value members

Concrete methods

def apply(tup: H *: T)(using Quotes): Expr[H *: T]