TypedModule

Methods of the module object val Typed

Source
Quotes.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(expr: Term, tpt: TypeTree): Typed

Create a type ascription :

Create a type ascription :

Source
Quotes.scala
def copy(original: Tree)(expr: Term, tpt: TypeTree): Typed
def unapply(x: Typed): (Term, TypeTree)

Matches :

Matches :

Source
Quotes.scala