Discussion Thread: DIP 1038-- at nodiscard--Community Review Round 1

NotSpooky pleasedontemailme at gmail.com
Fri Dec 11 03:54:53 UTC 2020


What I usually do to avoid exceptions is using Nullable/Variant 
as the return type, as using it still needs checking.
So, syntax sugar to return those seems like a nicer alternative 
with less changes to the compiler and less @s


More information about the Digitalmars-d mailing list