T func() scope; // the 'this' pointer is 'scope'
scope T func(); // the function returns a 'scope' TI have some ideas, but don't particularly like any of them. But I don't want to bias things, so what ideas do you guys have?
Walter Bright via Digitalmars-d Mon, 08 Dec 2014 01:53:31 -0800
T func() scope; // the 'this' pointer is 'scope'
scope T func(); // the function returns a 'scope' TI have some ideas, but don't particularly like any of them. But I don't want to bias things, so what ideas do you guys have?