Macros

object Macros
class Object
trait Matchable
class Any
Macros.type

Value members

Concrete methods

def reify[ShouldResetNestedFunctions <: Boolean & Singleton, DontSuspend <: Boolean & Singleton, V](body: Expr[V])(using qctx: Quotes, translateNestedFunctions: Type[ShouldResetNestedFunctions], dontSuspend: Type[DontSuspend], tv: Type[V]): Expr[_]
def reset[ShouldResetNestedFunctions <: Boolean & Singleton, DontSuspend <: Boolean & Singleton, From, To](body: Expr[From])(using qctx: Quotes, translateNestedFunctions: Type[ShouldResetNestedFunctions], dontSuspend: Type[DontSuspend], fromType: Type[From], toType: Type[To]): Expr[To]