fromString32

Undocumented in source. Be warned that the author may not have intended to support it.
  1. const(char)[] fromString32(const(dchar)[] s, char[] dst)
  2. const(wchar)[] fromString32(const(dchar)[] s, wchar[] dst)
    const(wchar)[]
    fromString32
    (
    const(dchar)[] s
    ,
    wchar[] dst
    )
  3. const(dchar)[] fromString32(const(dchar)[] s, dchar[] dst)

Meta