encode

Encode a dchar into the provided dst array, and return a slice of it representing the encoding

  1. mstring encode(mstring dst, dchar c)
    encode
    (,
    dchar c
    )
  2. wchar[] encode(wchar[] dst, dchar c)

Meta