Code Style

Jarrett Billingsley kb3ctd2 at yahoo.com
Sat Jun 16 20:53:11 PDT 2007


"janderson" <askme at me.com> wrote in message 
news:f51ll5$1hv6$1 at digitalmars.com...
>
> Also it would be nice if you could sort properties by type, such that the 
> largest types are first, for better alignment.

This is (or at least can be) done by the compiler.  Class fields may be 
arbitrarily rearranged for optimal layout.  Struct fields, however, are 
always in the order and alignment that you specify. 





More information about the Digitalmars-d mailing list