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