https://issues.dlang.org/show_bug.cgi?id=13909
--- Comment #4 from [email protected] --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/9f90a63709852c181ac6e0d045f447c1a0da627e Fix Issue 13909 - assocArray with const values Just a diagnostic issue. The assignment in the loop won't work with non-mutable keys. We now catch in the constraint. https://issues.dlang.org/show_bug.cgi?id=13909 https://github.com/D-Programming-Language/phobos/commit/b7da866cb06a977cc01b238c96d39e6ef4d8bbc4 Merge pull request #2833 from Poita/Issue13909 Fix Issue 13909 - assocArray with const values --
