IntConstantModule

Methods of the module object val IntConstant

Source:
Quotes.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

Create a constant Int value

Create a constant Int value

Source:
Quotes.scala
def unapply(constant: IntConstant): Some[Int]

Match Int value constant and extract its value

Match Int value constant and extract its value

Source:
Quotes.scala