fromString16

Undocumented in source. Be warned that the author may not have intended to support it.
  1. inout(T[]) fromString16(inout(wchar[]) s, T[] dst)
  2. T[] fromString16(const(wchar[]) s, T[] dst)
    T[]
    fromString16
    (
    T
    )
    (
    const(wchar[]) s
    ,
    T[] dst
    )
    if (
    !is(T == wchar)
    )

Meta