[Issue 14148] .dup of associative array is not mutable
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Fri Nov 27 16:36:06 UTC 2020
    
    
  
https://issues.dlang.org/show_bug.cgi?id=14148
Lionello Lunesu <lio+bugzilla at lunesu.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lio+bugzilla at lunesu.com
--- Comment #1 from Lionello Lunesu <lio+bugzilla at lunesu.com> ---
I'm running into this as well. I suppose the issue is that AArray.dup does a
"shallow dup", but in the case of values this should result in copies that can
be mutated.
--
    
    
More information about the Digitalmars-d-bugs
mailing list