ByteToExpr

given ByteToExpr[T <: Byte]: ToExpr[T]

Default implementation of ToExpr[Byte]

Source
ToExpr.scala

Value members

Concrete methods

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