encode

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

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

Meta