ArrayOfLongToExpr

Default implementation of ToExpr[Array[Long]]

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

Value members

Concrete methods

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

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