Struct EPShortString
To be used as an attribute to string members of structs for specifying the file format.
struct EPShortString
;
Fields
Name | Type | Description |
---|---|---|
capacity
|
ubyte |
Examples
Struct S
{
@EPShortString(80) string str = "Hello";
}