Struct EPShortString

To be used as an attribute to string members of structs for specifying the file format.

struct EPShortString ;

Fields

NameTypeDescription
capacity ubyte

Examples

Struct S
{
    @EPShortString(80) string str = "Hello";
}