https://issues.dlang.org/show_bug.cgi?id=11725
--- Comment #3 from Dlang Bot <[email protected]> --- @ntrel updated dlang/dmd pull request #16979 "Fix issue 11725: AA.dup should return mutable AA where possible" fixing this issue: - Fix Bugzilla 11725: AA.dup should return mutable AA where possible Since the original AA has been duplicated, it should be safe to mutate the copy. No need to restrict the copy to be const too. https://github.com/dlang/dmd/pull/16979 --
