Tomas Lindquist Olsen: > yep, D provides no way to do this, they'd all align to 4 bytes (at > least on x86-32) The idea, that I suggested to the LDC team too, is to extend the semantics of align, no new syntax seems needed: align(8) alias int[4] Foo; align(8) double good; Bye, bearophile