toString16

Undocumented in source. Be warned that the author may not have intended to support it.
  1. inout(wchar[]) toString16(inout(wchar[]) src, wchar[] dst, size_t* ate)
    inout(wchar[])
    toString16
    (
    inout(wchar[]) src
    ,
    wchar[] dst = null
    ,
    size_t* ate = null
    )
  2. wchar[] toString16(const(char[]) input, wchar[] output, size_t* ate)
  3. wchar[] toString16(const(dchar[]) input, wchar[] output, size_t* ate)

Meta