ByteConstant

oxygen.quoted.ByteConstant
See theByteConstant companion class
object ByteConstant

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def companion(using quotes: Quotes): ByteConstantCompanion
def unapply(constant: ByteConstant): Some[Byte]

Match Byte value constant and extract its value

Match Byte value constant and extract its value

Attributes

def wrap(using quotes: Quotes)(unwrap: quotes.reflect.ByteConstant): ByteConstant