What features of D you would not miss?

bauss jacobbauss at gmail.com
Thu Sep 15 13:30:36 UTC 2022


On Thursday, 15 September 2022 at 13:27:08 UTC, jmh530 wrote:
> On Thursday, 15 September 2022 at 13:20:06 UTC, bauss wrote:
>> [snip]
>>
>> No, my alias assumes the keywords are actually renamed and 
>> being deprecated.
>>
>> Yours still rely on the old keywords existing.
>
> Yeah. I just meant that he could have this feature now if he 
> wanted to, no deprecation and renaming needed. (which you know, 
> of course).

Yeah personally I have aliases like these now:

```d
alias verysmallint = byte;
alias smallint = short;
alias normalint = int;
alias largeint = long;
alias megaint = cent;
```

(This is a joke.)


More information about the Digitalmars-d mailing list