On 4/27/13 2:37 AM, Manu wrote:
scope ref T func(scope ref T t) { return t; }

I think this solves the problem.

Consider:

scope ref T func(scope ref T t) { return t; }
scope ref T func2() { T t; return func(t); }

Would be great if you went through all of the existing work on this. Well after you're done preparing your DConf talks :o).


Andrei

Reply via email to