ByteConstantModule

Methods of the module object val ByteConstant

Source:
Quotes.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

Create a constant Byte value

Create a constant Byte value

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

Source:
Quotes.scala