FloatConstantModule (original) (raw)
scala.quoted.Quotes.reflectModule.FloatConstantModule
trait FloatConstantModule
Methods of the module object val FloatConstant
Attributes
Source
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
FloatConstant.type
Members list
Value members
Abstract methods
def apply(x: Float): FloatConstant
Create a constant Float value
Create a constant Float value
Attributes
Source
def unapply(constant: FloatConstant): Some[Float]
Match Float value constant and extract its value
Match Float value constant and extract its value
Attributes
Source