DIP69 - Implement scope for escape proof references

eles via Digitalmars-d digitalmars-d at puremagic.com
Thu Dec 4 01:51:26 PST 2014


On Thursday, 4 December 2014 at 09:25:11 UTC, Walter Bright wrote:
> http://wiki.dlang.org/DIP69
>
> Despite its length, this is a fairly simple proposal. It adds 
> the missing semantics for the 'scope' storage class in order to 
> make it possible to pass a reference to a function without it 
> being possible for it to escape.

Making it implicit and requiring an explicit "escape" for 
un-scoped variables?



More information about the Digitalmars-d mailing list