When will you implement cent and ucent?

Steven Schveighoffer schveiguy at gmail.com
Fri Apr 1 14:32:21 UTC 2022


On 4/1/22 1:47 AM, rikki cattermole wrote:
> 
> On 01/04/2022 5:48 PM, Tejas wrote:
>> So will this look something like
>> ```d
>> alias i128 = __traits(signed, 128);
>> alias u512 = __traits(unsigned, 512);
>> ```
>> And so on?
> 
> The name could be whatever you want, but yeah.

As long as the compiler errors display the alias and not the traits.

-Steve


More information about the Digitalmars-d mailing list