MacroUtils

oxygen.meta.MacroUtils
object MacroUtils

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
MacroUtils.type

Members list

Value members

Concrete methods

inline def showTree[A](inline a: A): A
def showTreeImpl[A : Type](expr: Expr[A])(using evidence$1: Type[A], quotes: Quotes): Expr[A]
def verboseTreeToString(expr: Expr[Any])(using quotes: Quotes): String