Extracted from Pike v8.0 release 164 as of 2016-04-05.
   

Class ADT.Struct()->Byte

Inheritance graph
ADT.Struct.Item ADT.Struct.Byte ADT.Struct.uint8
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.