Immutable and unique in C#

Timon Gehr timon.gehr at gmx.ch
Wed Nov 14 03:22:31 PST 2012


On 11/14/2012 12:03 PM, Walter Bright wrote:
> ...
>>
>> But how can it do recovery across a statement boundary?
>
> Assign to a Unique!T variable, then use that Unique!T variable in the
> next statement.
>

What he meant is how to create temporary pointers to the data and then 
get an isolated reference to it again in a safe way.



More information about the Digitalmars-d mailing list