encode
fn
void encode(ref char[] s, dchar c) @safe pure nothrowEncodes character c and appends it to array s[].
fn
void encode(ref wchar[] s, dchar c) @safe pure nothrowditto
fn
void encode(ref dchar[] s, dchar c) @safe pure nothrowditto