toUTF32
fn
dstring toUTF32(const scope char[] s) @trusted pureEncodes string s into UTF-32 and returns the encoded string.
fn
dstring toUTF32(const scope wchar[] s) @trusted pureditto
fn
dstring toUTF32(return scope dstring s) @safe pure nothrowditto