ArrayOfIntToExpr

object ArrayOfIntToExpr extends ToExpr[Array[Int]]

Default implementation of ToExpr[Array[Int]]

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

Value members

Concrete methods

def apply(array: Array[Int])(using Quotes): Expr[Array[Int]]

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