On 12/13/2014 8:01 AM, Jacob Carlborg wrote:
On 2014-12-13 01:09, Walter Bright wrote:The proposal provides escape proof passing of arguments. This is necessary in order to make rc safe, for example. What are you looking for?Passing references to stack allocated data to functions safely is one idea that comes to mind.
'scope ref' does that.