String Basics

Frank Benoit keinfarbton at nospam.xyz
Fri Jun 23 23:58:07 PDT 2006


In D there is no "string". Instead there is char[] (, dchar[] or wchar[]).

There are some utility functions in std.string, but for making use of
char[] you need nothing to be imported.



More information about the Digitalmars-d-learn mailing list