IntToExpr

given IntToExpr[T <: Int]: ToExpr[T]

Default implementation of ToExpr[Int]

Source:
ToExpr.scala

Value members

Concrete methods

def apply(x: T)(using Quotes): Expr[T]