scala.quoted.Quotes.reflectModule.WhileModule
Methods of the module object val While
Attributes
- Graph
- Supertypes
- Self type
Members list
Concise view
Value members
Creates a while loop while (<cond>) <body>
and returns (, )
Creates a while loop while (<cond>) <body>
and returns (, )
Attributes
Extractor for while loops. Matches while (<cond>) <body>
and returns (, )
Extractor for while loops. Matches while (<cond>) <body>
and returns (, )
Attributes