ByteStackElement

class ByteStackElement(val value: Byte, val below: ByteStackElement?)(source)

Constructors

Link copied to clipboard
constructor(value: Byte, below: ByteStackElement?)

Properties

Link copied to clipboard
Link copied to clipboard
val value: Byte