bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: immutable string type


From: Paul Eggert
Subject: Re: immutable string type
Date: Sun, 29 Dec 2019 19:11:11 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2

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).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]