https://issues.dlang.org/show_bug.cgi?id=13084
Dicebot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #23 from Dicebot <[email protected]> --- > All D programmers would assume that unqualified type name T is a mutable > type, and const(T) is const, immutable(T) is immutable. What? Sounds like total nonsense. I use aliases of qualified types all the time, it is a very useful tool for enforcing certain qualified semantics. Programmers that expect that must have never read the docs. I think it is a reasonable solution. --
