Re: Access original data from array

2009-09-30 Thread Moritz Warning
On Thu, 01 Oct 2009 05:02:10 +0100, Tom S wrote: > Moritz Warning wrote: >> Hi, >> >> how can I access the original value for xs? [..] > > You were probably looking for the old meaning of .init, but it's gone > now, so I present these alternative fixes: > > 1) You need to load the state of the

Re: Access original data from array [OT]

2009-09-30 Thread Tom S
Tom S wrote: 2) Perhaps a custom-fit Delorian will do. DeLorean, even.

Re: Access original data from array

2009-09-30 Thread Tom S
Moritz Warning wrote: Hi, how can I access the original value for xs? I assume that xs is allocated at program start, because I don't get an access violation on gnu/linux when I reassign values. But how can I access the original value? Do I have to keep a copy before xs is modified? import ta

Access original data from array

2009-09-30 Thread Moritz Warning
Hi, how can I access the original value for xs? I assume that xs is allocated at program start, because I don't get an access violation on gnu/linux when I reassign values. But how can I access the original value? Do I have to keep a copy before xs is modified? import tango.io.Stdout; void ma