Deprecate implicit conversion between signed and unsigned integers

Nick Treleaven nick at geany.org
Mon Feb 17 21:11:14 UTC 2025


On Monday, 17 February 2025 at 08:30:44 UTC, Walter Bright wrote:
> (Did I mention that explicit casts also hide errors introduced 
> by refactoring?)

In this case, we can use these with IFTI instead of explicit 
casts:

https://dlang.org/phobos/std_conv.html#signed
https://dlang.org/phobos/std_conv.html#unsigned



More information about the dip.ideas mailing list