LongToExpr

given LongToExpr[T <: Long]: ToExpr[T]

Default implementation of ToExpr[Long]

Source
ToExpr.scala

Value members

Concrete methods

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