LongConstantModule

Methods of the module object val LongConstant

Source:
Quotes.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

Create a constant Long value

Create a constant Long value

Source:
Quotes.scala
def unapply(constant: LongConstant): Some[Long]

Match Long value constant and extract its value

Match Long value constant and extract its value

Source:
Quotes.scala