On Thursday, 26 May 2016 at 20:24:10 UTC, Andrei Alexandrescu wrote:
On 05/26/2016 02:44 PM, Seb wrote:
If you want RCStr to be adapted it has to be a drop-in replacement for
string.

With all the criticism leveled against string, I thought more of the opposite. This is an opportunity to get it right. -- Andrei

Hmm, I think it would be better to be right than necessarily a drop-in. I think the idea is so that you could change
alias string = immutable(char)[];
to something using RCString and there would be minimal breakages.

Reply via email to