Ext.toRawString

Convert to string, wstring or dstring, depending on the type of Ext.

struct Ext(C = char)
immutable(C)[]
toRawString
()
if (
is(C == char) ||
is(C == wchar)
||
is(C == dchar)
)

Meta