ByteConstantModule

scala.quoted.Quotes.reflectModule.ByteConstantModule

Methods of the module object val ByteConstant

Attributes

Source
Quotes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ByteConstant.type

Members list

Value members

Abstract methods

Create a constant Byte value

Create a constant Byte value

Attributes

Source
Quotes.scala
def unapply(constant: ByteConstant): Some[Byte]

Match Byte value constant and extract its value

Match Byte value constant and extract its value

Attributes

Source
Quotes.scala