MatchModule (original) (raw)
scala.quoted.Quotes.reflectModule.MatchModule
Methods of the module object val Match
Attributes
Source
Graph
Supertypes
Self type
Members list
Creates a pattern match <scrutinee: Term> match { <cases: List[CaseDef]> }
Creates a pattern match <scrutinee: Term> match { <cases: List[CaseDef]> }
Attributes
Source
Matches a pattern match <scrutinee: Term> match { <cases: List[CaseDef]> }
Matches a pattern match <scrutinee: Term> match { <cases: List[CaseDef]> }
Attributes
Source
In this article