nothrow by default

berni44 dlang at d-ecke.de
Sun Jan 5 08:05:56 UTC 2020


On Sunday, 5 January 2020 at 04:37:57 UTC, apz28 wrote:
> pure
> !pure
> @gc
> @!gc => as current @nogc and depreciate @nogc
> throw
> !throw => as current nothrow and depreciate nothrow
> @safe
> @!safe => as current @system and depreciate @system

I would like to have everything with @: @nothrow, @pure, @nopure 
(or !@throw, !@pure but I like @nothrow and @nopure more). And 
one my even think about @const to avoid the ambiguity of "const 
int f()".


More information about the Digitalmars-d mailing list