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 :-).
