BigIntToExpr

object BigIntToExpr extends ToExpr[BigInt]

Default implementation of ToExpr[BigInt]

trait ToExpr[BigInt]
class Object
trait Matchable
class Any

Value members

Concrete methods

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