Our Sister

jmh530 via Digitalmars-d digitalmars-d at puremagic.com
Thu May 26 14:42:31 PDT 2016


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.


More information about the Digitalmars-d mailing list