[phobos] next release (module useability)

Jonathan M Davis jmdavisProg at gmx.com
Wed Sep 15 08:45:11 PDT 2010


On Wednesday 15 September 2010 05:06:58 SHOO wrote:
> I think that these features should be refined more, too. I am confused
> that the handling of strings and path are mixed.

A path _is_ a string. It's a string which indicates where on the file system a 
file is located. All of the functions in std.path are, therefore, string-related. 
However, they all relate to paths as opposed to strings in general, so I don't 
see what's mixed about them.

- Jonathan M Davis


More information about the phobos mailing list