Higher level built-in strings

Jesse Phillips jessekphillips+d at gmail.com
Mon Jul 19 16:51:51 PDT 2010


What about:

struct String {
	string items;
	alias items this;
}

And add the needed functions you wish to have in string and it will still work in existing functions that operate on immutable(char)[]


More information about the Digitalmars-d mailing list