encode

Encodes c and appends it to str.

  1. void encode(ref char[] str, dchar c)
  2. char[] encode(char* p, dchar c)
  3. void encode(ref wchar[] str, dchar c)
    void
    encode
    (
    ref wchar[] str
    ,
    dchar c
    )
    in { assert (isValidChar(c)); }

Meta