[Issue 816] .dup for associative arrays

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Apr 25 18:28:01 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=816





------- Comment #2 from thecybershadow at gmail.com  2007-04-25 20:28 -------
The "workaround" is:
foreach(key,value;aa1)aa2[key]=value;
This can easily be made into a template function.


-- 



More information about the Digitalmars-d-bugs mailing list