Ext.toString

Convert to string.

struct Ext(C = char)
string
toString
()
if (
is(C == char) ||
is(C == wchar)
||
is(C == dchar)
)

Meta