ArrayOfFloatToExpr

scala.quoted.ToExpr.ArrayOfFloatToExpr

Default implementation of ToExpr[Array[Float]]

Attributes

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

Members list

Value members

Concrete methods

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

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