On Sat, 16 Aug 2014 07:06:34 +0000 "Timo Sintonen via D.gnu" <[email protected]> wrote:
> structs wasting memory. Is there any way to omit them?
maybe this will work:
struct A {
int n = void;
uint[2] a = void;
...and so on for all fields
}
signature.asc
Description: PGP signature
