IntConstant

scala.quoted.runtime.impl.QuotesImpl.reflect$.IntConstant$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(x: Int): IntConstant

Create a constant Int value

Create a constant Int value

Attributes

def unapply(constant: IntConstant): Some[Int]

Match Int value constant and extract its value

Match Int value constant and extract its value

Attributes