AssignModule

Methods of the module object val Assign

Source
Quotes.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(lhs: Term, rhs: Term): Assign

Create an assignment =

Create an assignment =

Source
Quotes.scala
def copy(original: Tree)(lhs: Term, rhs: Term): Assign
def unapply(x: Assign): (Term, Term)

Matches an assignment =

Matches an assignment =

Source
Quotes.scala