Macros

object Macros
class Object
trait Matchable
class Any

Value members

Concrete methods

def reify[V](body: Expr[_])(using qctx: Quotes, tv: Type[V]): Expr[_]
def reset[From, To](body: Expr[From])(using qctx: Quotes, fromType: Type[From], toType: Type[To]): Expr[To]