Liftable [T]
extends ObjectA typeclass for types that can be turned to quoted.Expr[T]
without going through an explicit '{...}
operation.
Supertypes
ObjectMembers
def
toExpr
( x: T ) : implicit QuoteContext => Expr[T]Lift a value into an expression containing the construction of that value
Lift a value into an expression containing the construction of that value