nothrow by default

Andrea Fontana nospam at example.com
Tue Jan 7 11:37:44 UTC 2020


On Saturday, 4 January 2020 at 21:07:03 UTC, Adam D. Ruppe wrote:
> pure!false
> @nogc!true
> nothrow!default
> virtual!false

nopure / novirtual / no...

I always wanted to get # for language attributes and @ for uda

#safe #nothrow #nopure
@myuda
void blah()
{
}


More information about the Digitalmars-d mailing list