std.path.getName(): Screwy by design?

Lars T. Kyllingstad public at kyllingen.NOSPAMnet
Tue Mar 1 07:59:23 PST 2011


Since we're on the topic of std.path, does anyone have an opinion as to 
how it should handle the various string types?  Currently, it only deals 
with string, i.e. immutable(char)[], but should it also be able to handle 
the other permutations of mutable/const/immutable and char/wchar/dchar?

-Lars


More information about the Digitalmars-d mailing list