Class ADT.Struct()->Chars

Inheritance graph
ADT.Struct.Item ADT.Struct.Chars
Description

A string of bytes.


Inherit Item

inherit Item : Item


Method create

ADT.Struct.Chars ADT.Struct.Chars(int|Item size, void|string value)

Description

size is the number of bytes that are part of this struct item, or optionally an earlier Item that will be looked up in runtime. The initial value of the char string is value or, if not provided, a string of zero bytes.