https://issues.dlang.org/show_bug.cgi?id=24126
Issue ID: 24126
Summary: toStringz does not support wchar and dchar
Product: D
Version: D2
Hardware: x86_64
OS: Windows
Status: NEW
Severity: enhancement
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
The std.string.toStringz function currently only works with char strings and
not strings of wchar or dchar.
--
