ArrayOfByteToExpr

scala.quoted.ToExpr.ArrayOfByteToExpr
object ArrayOfByteToExpr extends ToExpr[Array[Byte]]

Default implementation of ToExpr[Array[Byte]]

Attributes

Source
ToExpr.scala
Graph
Supertypes
trait ToExpr[Array[Byte]]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

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

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

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

Attributes

Source
ToExpr.scala