"Lars T. Kyllingstad" <[email protected]> wrote in message news:[email protected]... > 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? >
I see no reason why not. Or at least, once 'inout' works.
