FloatConstant

oxygen.quoted.FloatConstant
See theFloatConstant companion class
object FloatConstant

Attributes

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

Members list

Value members

Concrete methods

def companion(using quotes: Quotes): FloatConstantCompanion
def unapply(constant: FloatConstant): Some[Float]

Match Float value constant and extract its value

Match Float value constant and extract its value

Attributes

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