On 12/29/19 11:03 AM, Tim Rühsen wrote: > A quick web search didn't give me any complaints about immutable in D. > Do you have some examples or can you elaborate a bit ?
Sorry, I don't recall the details. But the basic problem I had was that the const/mutable/in trichotomy is kinda complicated. Part of the issue is that in D one cannot have a const pointer to a mutable int (the D folks think of this limitation as a feature).