www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Question about scope of nogc

(Scope might have been a bad word choice...)

Is  nogc intended to only stop from calling functions that 
allocate with the GC, or from interacting with the GC altogether? 
Is there a technical reason that functions such as addrange, etc 
cannot be  nogc if the former since AFAIK such functions do not 
allocate.

Thanks.
Feb 11 2015