February 11, 2015
(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.