February 11, 2015 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. |
Copyright © 1999-2021 by the D Language Foundation