Re: Associative array .idup

2009-01-06 Thread Daniel de Kok
On 2009-01-03 23:11:08 +0100, Daniel de Kok m...@nowhere.nospam said: In D2, given that associative arrays do not have the 'idup' property, what's the canonical way of making an invariant copy of an existing associative array? Nobody? ;)

Associative array .idup

2009-01-03 Thread Daniel de Kok
In D2, given that associative arrays do not have the 'idup' property, what's the canonical way of making an invariant copy of an existing associative array? Thanks, Daniel