WhileModule

scala.quoted.Quotes.reflectModule.WhileModule

Methods of the module object val While

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Abstract methods

Creates a while loop while (<cond>) <body> and returns (, )

Creates a while loop while (<cond>) <body> and returns (, )

Attributes

def unapply(x: While): (Term, Term)

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

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

Attributes