WhileModule
trait WhileModule
Methods of the module object val While
- Source:
- Quotes.scala
Value members
Abstract methods
Creates a while loop while (<cond>) <body>
and returns (
Creates a while loop while (<cond>) <body>
and returns (
- Source:
- Quotes.scala
Extractor for while loops. Matches while (<cond>) <body>
and returns (
Extractor for while loops. Matches while (<cond>) <body>
and returns (
- Source:
- Quotes.scala