Can opApply be made @nogc?

welkam wwwelkam at gmail.com
Sun Oct 21 18:34:50 UTC 2018


DIP 1000 says:

Delegates currently defensively allocate closures with the GC. 
Few actually escape, and with scope only those that actually 
escape need to have the closures allocated.

https://github.com/dlang/DIPs/blob/master/DIPs/DIP1000.md#benefits


More information about the Digitalmars-d-learn mailing list