ShortConstantModule

Methods of the module object val Short

Source:
Quotes.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

Create a constant Short value

Create a constant Short value

Source:
Quotes.scala
def unapply(constant: ShortConstant): Some[Short]

Match Short value constant and extract its value

Match Short value constant and extract its value

Source:
Quotes.scala