Module dbpf.types
Source
License
MIT License
Members
-
str
struct str(int Size);
A fixed-sized string.
Parameters
Size
Size of string, in bytes.-
this
this(string
str
);
-
int24
struct int24;
A 24-bit signed integer.
See Also
-
this
this(int
x
); -
value
inout @property int value();
-
value
@property int value(int
x
); -
opUnary
auto opUnary(string op)();
-
opOpAssign
auto opOpAssign(string op)(int
x
);