What features of D you would not miss?

jmh530 john.michael.hall at gmail.com
Thu Sep 15 12:27:23 UTC 2022


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?


More information about the Digitalmars-d mailing list