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]]