Question about iteger literals

Uranuz via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jun 22 03:53:56 PDT 2014


> ushort hexValue(in char c) pure nothrow @safe @nogc
>
>
>> 	else
>> 		return ushort.max;
>

I understand what pure, nothrow and @safe mean there. But what 
@nogc changes in there so I should use this modifier? Is it 
logical specifier that this function can be used without garbage 
collector or what?


More information about the Digitalmars-d-learn mailing list