scala.quoted.runtime.impl.QuotesImpl.reflect$.While$
Attributes
- Graph
- Supertypes
class Object
trait Matchable
class Any
- 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