BYTE

data class BYTE(val value: Byte) : IRTree.Literal(source)

Constructors

Link copied to clipboard
constructor(value: Byte)

Properties

Link copied to clipboard
val value: Byte