fromString8

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

Meta