WhileModule (original) (raw)

scala.quoted.Quotes.reflectModule.WhileModule

Methods of the module object val While

Attributes

Source

Quotes.scala

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

Quotes.scala

Extractor for while loops. Matches while (<cond>) <body> and returns ( , )

Extractor for while loops. Matches while (<cond>) <body> and returns ( , )

Attributes

Source

Quotes.scala

In this article