DoubleConstantModule

scala.quoted.Quotes.reflectModule.DoubleConstantModule

Methods of the module object val DoubleConstant

Attributes

Source
Quotes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
DoubleConstant.type

Members list

Value members

Abstract methods

Create a constant Double value

Create a constant Double value

Attributes

Source
Quotes.scala
def unapply(constant: DoubleConstant): Some[Double]

Match Double value constant and extract its value

Match Double value constant and extract its value

Attributes

Source
Quotes.scala