NoneToExpr

object NoneToExpr extends ToExpr[None.type]

Default implementation of ToExpr[None.type]

Source:
ToExpr.scala
trait ToExpr[None.type]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(x: None.type)(using Quotes): Expr[None.type]

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