scala.quoted.ToExpr.NilToExpr
Default implementation of ToExpr[Nil.type].
Attributes
- Source
-
ToExpr.scala
- Graph
-
- Supertypes
-
- Self type
-
Members list
Lift a value into an expression containing the construction of that value.
Lift a value into an expression containing the construction of that value.
Value parameters
- x
-
the value to lift into a quoted expression
Attributes
- Source
-
ToExpr.scala