Where are the strings in std.string?

TheManWithNoName kheaser at eapl.org
Sat Oct 27 09:53:56 PDT 2012


I don't mean to be splitting hairs here, well maybe I do, but

D clearly makes the string type to be immutable(char)[].  That's 
fine, but the std.string is all about char[] or mutable character 
arrays.

So now, whenever I see a reference to the string, I have to ask 
myself: do they mean the formal definition of string, 
immutable(char)[], or the colloquial version, char[].




More information about the Digitalmars-d-learn mailing list