CaseClassCreation

Matches case class Person(first: String, last: String) creation of the forms: Person("Joe","Bloggs") new Person("Joe","Bloggs")

class Object
trait Matchable
class Any

Type members

Classlikes

Value members

Concrete methods

def unapply(using Quotes)(expr: Expr[Any]): Option[(String, List[String], List[Expr[Any]])]