WhileModule (original) (raw)
scala.quoted.Quotes.reflectModule.WhileModule
Methods of the module object val While
Attributes
Source
Graph
Supertypes
Self type
Members list
Creates a while loop while (<cond>) <body>
and returns ( , )
Creates a while loop while (<cond>) <body>
and returns ( , )
Attributes
Source
Extractor for while loops. Matches while (<cond>) <body>
and returns ( , )
Extractor for while loops. Matches while (<cond>) <body>
and returns ( , )
Attributes
Source
In this article