Class ADT.Struct()->Byte

Inheritance graph
Description

One byte, integer value between 0 and 255.


Inherit Item

inherit Item : Item


Method create

ADT.Struct.Byte ADT.Struct.Byte(void|int(8bit) initial_value)

Description

The byte can be initialized with an optional value.