Module dbpf.types
Source
License
MIT License
Members
-
strstruct str(int Size);A fixed-sized string.
Parameters
Size
Size of string, in bytes.-
thisthis(stringstr);
-
int24struct int24;A 24-bit signed integer.
See Also
-
thisthis(intx); -
valueinout @property int value(); -
value@property int value(intx); -
opUnaryauto opUnary(string op)(); -
opOpAssignauto opOpAssign(string op)(intx);