DoubleConstantModule

Methods of the module object val DoubleConstant

Source
Quotes.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

Create a constant Double value

Create a constant Double value

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

Source
Quotes.scala