DIP68: Adding @nogc to types

Tomer Filiba via Digitalmars-d digitalmars-d at puremagic.com
Tue Nov 11 05:19:24 PST 2014


> No, a trait or template to find out if a function is @nogc.

__trait(getFunctionAttributes, F) -- but it returns flags that 
are applicable only to function attributes

-tomer


More information about the Digitalmars-d mailing list