DoubleConstant

oxygen.quoted.DoubleConstant
See theDoubleConstant companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def companion(using quotes: Quotes): DoubleConstantCompanion
def unapply(constant: DoubleConstant): Some[Double]

Match Double value constant and extract its value

Match Double value constant and extract its value

Attributes

def wrap(using quotes: Quotes)(unwrap: quotes.reflect.DoubleConstant): DoubleConstant