D vs Go in real life

Bienlein jeti789 at web.de
Mon Dec 2 08:12:47 PST 2013


On Saturday, 30 November 2013 at 18:16:23 UTC, Walter Bright
wrote:

>
> It's easier than that:
>
> struct Rectangular {
>     Point x,y;
> }
>
> struct Rectangular {
>     Rectangle rectangle;
>     alias this rectangle;
> }

Are there any plans so that you can have multiple aliases per
struct/class? That would be really awesome :-).


More information about the Digitalmars-d mailing list