BigIntToExpr

object BigIntToExpr extends ToExpr[BigInt]

Default implementation of ToExpr[BigInt]

Source:
ToExpr.scala
trait ToExpr[BigInt]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Lift a value into an expression containing the construction of that value

Lift a value into an expression containing the construction of that value

Source:
ToExpr.scala