digitalmars.D.learn - Question about scope of nogc
- weaselcat (7/7) Feb 11 2015 (Scope might have been a bad word choice...)
(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