toUTF8
fn
char[] toUTF8(return scope char[] buf, dchar c) @safe pure nothrow @nogcNo documentation available for this declaration.
fn
string toUTF8(return scope string s) @safe pure nothrowEncodes string s into UTF-8 and returns the encoded string.
fn
string toUTF8(const scope wchar[] s) @trusted pureditto
fn
string toUTF8(const scope dchar[] s) @trusted pureditto