Which language futures make D overcompicated?

Walter Bright newshound2 at digitalmars.com
Sun Feb 11 11:00:41 UTC 2018


On 2/9/2018 11:13 AM, Manu wrote:
> 1. Storage class as a concept separate to the type;
void test() {
     int x;
     static int y;

     typeof(x) != typeof(y) ???
}


More information about the Digitalmars-d mailing list