Pike v8.1 release 6

Class ADT.Struct()->SByte

Inheritance graph
ADT.Struct.Item ADT.Struct.SByte ADT.Struct.int8
Description

One byte, signed integer value between -128 and 127.


Inherit Item

inherit Item : Item


Method create

ADT.Struct.SByte ADT.Struct.SByte(void|int(-128..127) initial_value)

Description

The byte can be initialized with an optional value.