type declaration

Frits van Bommel fvbommel at REMwOVExCAPSs.nl
Mon Jan 1 14:47:11 PST 2007


Derek Parnell wrote:
> Feel free to add these to your own code first, to try it out.
> 
> alias int8    byte;
> alias int16   short;
> alias int32   int;
> alias int64   long;
> alias in128   cent;
> alias float32 float;
> alias float64 double;

I presume you meant those to be reversed...



More information about the Digitalmars-d mailing list