https://issues.dlang.org/show_bug.cgi?id=15038
ZombineDev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from ZombineDev <[email protected]> --- While I agree that const should be as good as immutable in this case, sometimes it is not so clear. For example, if the key type is immutable(char[])[], should those be accepted: 1) immutable(char)[][] (a.k.a. string[]) 2) const(char)[][] 3) const(char[])[] --
