What features of D you would not miss?

bauss jacobbauss at gmail.com
Thu Sep 15 13:20:06 UTC 2022


On Thursday, 15 September 2022 at 12:27:23 UTC, jmh530 wrote:
> On Thursday, 15 September 2022 at 12:19:28 UTC, ryuukk_ wrote:
>> On Thursday, 15 September 2022 at 11:24:07 UTC, bauss wrote:
>>> alias uint = u32;
>>
>> You have then to import the module everywhere, wich makes the 
>> feature i want a painful nightmare
>
> The feature that you want is really the reverse
> alias u32 = uint;
> Can't you hack your Druntime to put it in so that you don't 
> want to import them from everywhere?

No, my alias assumes the keywords are actually renamed and being 
deprecated.

Yours still rely on the old keywords existing.


More information about the Digitalmars-d mailing list